GCS  0.2.3
Public Types | Public Member Functions
gu::Vector< T, capacity > Class Template Reference

Public Types

typedef ReservedAllocator< T,
capacity > 
Allocator
 
typedef std::vector< T, AllocatorContainerType
 
typedef VectorBase< T >::size_type size_type
 
typedef VectorBase< T >::value_type value_type
 

Public Member Functions

 Vector (const Vector &other)
 
Vectoroperator= (Vector other)
 
ContainerType & operator() ()
 
const ContainerType & operator() () const
 
ContainerType * operator-> ()
 
const ContainerType * operator-> () const
 
T & operator[] (size_type i)
 
const T & operator[] (size_type i) const
 
size_type size () const
 
void reserve (size_type n)
 
void resize (size_type n, value_type val=value_type())
 
bool in_heap () const
 

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