![]() |
The Gaudi Framework
v26r0
|
Class acting as a smart pointer holding a N tuple _Item. More...
#include <GaudiKernel/NTuple.h>
Public Member Functions | |
Matrix () | |
Standard Constructor. More... | |
template<class T > | |
Matrix & | operator= (const Matrix< T > ©) |
Assignment operator. More... | |
template<class T > | |
TYP * | operator[] (const T i) |
Array operator. More... | |
template<class T > | |
const TYP * | operator[] (const T i) const |
Array operator. More... | |
virtual | ~Matrix () |
![]() | |
_Accessor () | |
Standard Constructor. More... | |
virtual | ~_Accessor () |
Standard Destructor. More... | |
bool | operator! () const |
Check if column is present. More... | |
operator const void * () const | |
Check if column is present. More... | |
_Matrix< TYP > * | operator-> () |
Dereference operator. More... | |
const _Matrix< TYP > * | operator-> () const |
Dereference operator (CONST) More... | |
const Range< _Matrix< TYP > > & | range () const |
Access the range. More... | |
Additional Inherited Members | |
![]() | |
_Matrix< TYP > * | m_ptr |
Pointer to instance. More... | |
Class acting as a smart pointer holding a N tuple _Item.
|
inline |
|
inlinevirtual |
|
inline |
Assignment operator.
Definition at line 348 of file NTuple.h.
Array operator.
Definition at line 354 of file NTuple.h.
|
inline |
Array operator.
Definition at line 357 of file NTuple.h.