libsidplayfp
1.8.3
|
#include <array.h>
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 |
Reference counted pointer to array wrapper, for use with standard containers.