Belle II Software  release-06-01-15
DArray< T, N > Class Template Reference
Collaboration diagram for DArray< T, N >:

Public Types

typedef NIter< T, N > iterator
 

Public Member Functions

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
 

Private Attributes

elems [N]
 
int last
 
int len
 

Detailed Description

template<typename T, int N>
class DArray< T, N >

Definition at line 80 of file pointer.h.


The documentation for this class was generated from the following file: