XMLBEANSXX
0.9.8
|
#include <shared_array.h>
Classes | |
class | iterator |
Public Member Functions | |
shared_array () | |
shared_array (int n) | |
template<typename U > | |
shared_array (const shared_array< U > &b) | |
int | size () const |
std::vector< T > | toVector () const |
iterator | begin () |
iterator | end () |
Private Attributes | |
int | p_size |
xmlbeansxx::shared_array< T >::shared_array | ( | ) | [inline] |
xmlbeansxx::shared_array< T >::shared_array | ( | int | n | ) | [inline] |
xmlbeansxx::shared_array< T >::shared_array | ( | const shared_array< U > & | b | ) | [inline] |
iterator xmlbeansxx::shared_array< T >::begin | ( | ) | [inline] |
iterator xmlbeansxx::shared_array< T >::end | ( | ) | [inline] |
int xmlbeansxx::shared_array< T >::size | ( | ) | const [inline] |
std::vector<T> xmlbeansxx::shared_array< T >::toVector | ( | ) | const [inline] |
int xmlbeansxx::shared_array< T >::p_size [private] |