AlcapDAQ
1
|
#include <MqlNtupleColumn.h>
Public Member Functions | |
MqlNtupleColumn () | |
~MqlNtupleColumn () | |
T & | operator[] (int i) |
void | realloc (int newSize) |
Private Attributes | |
T * | fArray |
int | fAllocation |
Definition at line 12 of file MqlNtupleColumn.h.
|
inline |
Definition at line 16 of file MqlNtupleColumn.h.
References MqlNtupleColumn< T >::fAllocation, and MqlNtupleColumn< T >::fArray.
|
inline |
Definition at line 21 of file MqlNtupleColumn.h.
References MqlNtupleColumn< T >::fArray.
|
inline |
Definition at line 27 of file MqlNtupleColumn.h.
References MqlNtupleColumn< T >::fArray, and i.
|
inline |
Definition at line 31 of file MqlNtupleColumn.h.
References MqlNtupleColumn< T >::fAllocation, and MqlNtupleColumn< T >::fArray.
|
private |
Definition at line 50 of file MqlNtupleColumn.h.
Referenced by MqlNtupleColumn< T >::MqlNtupleColumn(), and MqlNtupleColumn< T >::realloc().
|
private |
Definition at line 49 of file MqlNtupleColumn.h.
Referenced by MqlNtupleColumn< T >::MqlNtupleColumn(), MqlNtupleColumn< T >::operator[](), MqlNtupleColumn< T >::realloc(), and MqlNtupleColumn< T >::~MqlNtupleColumn().