libsidplayfp  1.8.3
Public Member Functions | List of all members
array< T > Class Template Reference

#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
 

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: