|
BOSS 8.0.0
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 |
| typedef T* CArray< T, N >::iterator |
|
inline |
Definition at line 144 of file pointer.h.
Referenced by CArray< ncomplex, eeLAST >::CArray().
|
inline |
|
inline |
|
static |