The Gaudi Framework
v30r3 (a5ef0a68)
|
Class acting as a smart pointer holding a N tuple _Item. More...
#include <GaudiKernel/NTuple.h>
Public Member Functions | |
Array ()=default | |
Standard Constructor. More... | |
template<class T > | |
Array & | operator= (const Array< 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... | |
TYP * | begin () |
TYP * | end () |
Public Member Functions inherited from NTuple::_Accessor< _Array< TYP > > | |
_Accessor ()=default | |
Standard Constructor. More... | |
virtual | ~_Accessor ()=default |
Standard Destructor. More... | |
bool | operator! () const |
Check if column is present. More... | |
operator const void * () const | |
Check if column is present. More... | |
_Array< TYP > * | operator-> () |
Dereference operator. More... | |
const _Array< TYP > * | operator-> () const |
Dereference operator (CONST) More... | |
const Range< _Array< TYP > > & | range () const |
Access the range. More... | |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Array< TYP > > | |
_Array< TYP > * | m_ptr |
Pointer to instance. More... | |
Class acting as a smart pointer holding a N tuple _Item.
|
default |
Standard Constructor.
|
inline |
Definition at line 368 of file NTuple.h.
|
inline |
Definition at line 369 of file NTuple.h.
|
inline |
Assignment operator.
Definition at line 350 of file NTuple.h.
Array operator.
Definition at line 357 of file NTuple.h.
|
inline |
Array operator.
Definition at line 363 of file NTuple.h.