Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions | Static Public Member Functions
agg::pod_auto_array< T, Size > Class Template Reference

#include <agg_array.h>

List of all members.

Public Types

typedef T value_type
typedef pod_auto_array< T, Size > self_type

Public Member Functions

 pod_auto_array ()
 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 ()

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


Member Typedef Documentation

template<class T , unsigned Size>
typedef pod_auto_array<T, Size> agg::pod_auto_array< T, Size >::self_type
template<class T , unsigned Size>
typedef T agg::pod_auto_array< T, Size >::value_type

Constructor & Destructor Documentation

template<class T , unsigned Size>
agg::pod_auto_array< T, Size >::pod_auto_array ( ) [inline]
template<class T , unsigned Size>
agg::pod_auto_array< T, Size >::pod_auto_array ( const T *  c) [inline, explicit]

Member Function Documentation

template<class T , unsigned Size>
const T& agg::pod_auto_array< T, Size >::at ( unsigned  i) const [inline]
template<class T , unsigned Size>
T& agg::pod_auto_array< T, Size >::at ( unsigned  i) [inline]
template<class T , unsigned Size>
const self_type& agg::pod_auto_array< T, Size >::operator= ( const T *  c) [inline]
template<class T , unsigned Size>
const T& agg::pod_auto_array< T, Size >::operator[] ( unsigned  i) const [inline]
template<class T , unsigned Size>
T& agg::pod_auto_array< T, Size >::operator[] ( unsigned  i) [inline]
template<class T , unsigned Size>
static unsigned agg::pod_auto_array< T, Size >::size ( ) [inline, static]
template<class T , unsigned Size>
T agg::pod_auto_array< T, Size >::value_at ( unsigned  i) const [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines