Analytics Template Library
 All Classes Namespaces Functions Variables Pages
Public Types | Public Member Functions | List of all members
util::small_vector< Object, N > Class Template Reference

Public Types

typedef Object * iterator
 
typedef const Object * const_iterator
 

Public Member Functions

 small_vector (size_t initSize=0)
 
 small_vector (const small_vector &rhs)
 
bool empty () const
 
int size () const
 
int capacity () const
 
Object & operator[] (int index)
 
const Object & operator[] (int index) const
 
const small_vectoroperator= (const small_vector &rhs)
 
void push_back (const Object &x)
 
void pop_back ()
 
const Object & back () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
void clear ()
 

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