Classes | Public Member Functions
bvec< T > Class Template Reference

List of all members.

Classes

struct  Vec_t

Public Member Functions

void clear (bool dealloc=false)
 altvec (void)
 altvec (int size)
 altvec (int size, const T &pad)
 operator T * (void)
 operator const T * (void) const
int size (void) const
void pop (void)
void push (const T &elem)
void push ()
void shrink (int nelems)
void shrink_ (int nelems)
void growTo (int size)
void growTo (int size, const T &pad)
void capacity (int size)
const T & last (void) const
T & last (void)
const T & operator[] (int index) const
T & operator[] (int index)
void copyTo (altvec< T > &copy) const
void moveTo (altvec< T > &dest)

template<class T>
class bvec< T >


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