zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TVector< T > Class Template Reference

#include <Common.h>

Inherits std::vector< T >.

Public Types

typedef std::vector< T,
pool_allocator< T >
>::size_type 
size_type
 

Public Member Functions

 TVector ()
 
 TVector (const pool_allocator< T > &a)
 
 TVector (size_type i)
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Detailed Description

template<class T>
class TVector< T >

Definition at line 59 of file Common.h.

Member Typedef Documentation

template<class T>
typedef std::vector<T, pool_allocator<T> >::size_type TVector< T >::size_type

Definition at line 61 of file Common.h.

Constructor & Destructor Documentation

template<class T>
TVector< T >::TVector ( )
inline

Definition at line 62 of file Common.h.

template<class T>
TVector< T >::TVector ( const pool_allocator< T > &  a)
inline

Definition at line 63 of file Common.h.

template<class T>
TVector< T >::TVector ( size_type  i)
inline

Definition at line 64 of file Common.h.


The documentation for this class was generated from the following file: