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

Public Types

typedef T value_type
 
typedef pod_auto_array< T, Size > self_type
 

Public Member Functions

 pod_auto_array (const T *c)
 
const self_typeoperator= (const T *c)
 
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
 

Static Public Member Functions

static unsigned size ()
 

Detailed Description

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

Definition at line 47 of file agg_array.h.


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