Anti-Grain Geometry Tutorial
agg::pod_auto_vector< T, Size > Class Template Reference

Public Types

typedef T value_type
 
typedef pod_auto_vector< T, Size > self_type
 

Public Member Functions

void remove_all ()
 
void clear ()
 
void add (const T &v)
 
void push_back (const T &v)
 
void inc_size (unsigned size)
 
unsigned size () const
 
const T & operator[] (unsigned i) const
 
T & operator[] (unsigned i)
 
const T & at (unsigned i) const
 
T & at (unsigned i)
 
value_at (unsigned i) const
 

Detailed Description

template<class T, unsigned Size>
class agg::pod_auto_vector< T, Size >

Definition at line 78 of file agg_array.h.


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