BOSS 7.0.5
BESIII Offline Software System
|
#include <pointer.h>
Public Types | |
typedef std::auto_ptr< CArray > | Ptr |
typedef T * | iterator |
Public Member Functions | |
CArray (T dval=T()) | |
iterator | begin () |
iterator | end () |
const T & | operator[] (const int idx) const |
T & | operator[] (const int idx) |
Static Public Attributes | |
static const int | size = N |
Definition at line 146 of file pointer.h.
Referenced by CArray< T, N >::CArray().
Definition at line 147 of file pointer.h.
Referenced by CArray< T, N >::CArray().