|
typedef T | value_type |
|
typedef pod_array< T > | self_type |
|
|
| pod_array (unsigned size) |
|
| pod_array (const self_type &v) |
|
void | resize (unsigned size) |
|
const self_type & | operator= (const self_type &v) |
|
unsigned | size () const |
|
const T & | operator[] (unsigned i) const |
|
T & | operator[] (unsigned i) |
|
const T & | at (unsigned i) const |
|
T & | at (unsigned i) |
|
T | value_at (unsigned i) const |
|
const T * | data () const |
|
T * | data () |
|
template<class T>
class agg::pod_array< T >
Definition at line 106 of file agg_array.h.
The documentation for this class was generated from the following file:
- /mnt/d/workspace/agg-tutorial/agg-2.4/include/agg_array.h