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

Public Types

typedef std::auto_ptr< CArrayPtr
 
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
 

Private Attributes

elems [N]
 

Detailed Description

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

Definition at line 137 of file pointer.h.


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