|
BOSS 8.0.0
BESIII Offline Software System
|
#include <pointer.h>
Public Types | |
| typedef NIter< T, N > | iterator |
Public Member Functions | |
| DArray () | |
| iterator | begin () |
| iterator | end () |
| T & | insert (const T &el) |
| void | reset () |
| const T & | operator[] (const int idx) const |
| T & | operator[] (const int idx) |
Static Public Attributes | |
| static const int | size = N |
|
inline |
Definition at line 83 of file pointer.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
static |