array< T > Class Template Reference
#include <array.h>
List of all members.
|
Public Member Functions |
| array (unsigned int x, unsigned int y) |
| array (const array &p) |
unsigned int | length () const |
T * | operator[] (unsigned int a) |
T const * | operator[] (unsigned int a) const |
Detailed Description
template<typename T>
class array< T >
Reference counted pointer to
array wrapper, for use with standard containers.
The documentation for this class was generated from the following file: