The Gaudi Framework
v30r3 (a5ef0a68)
|
Class acting as a smart pointer holding a N tuple _Item. More...
#include <GaudiKernel/NTuple.h>
Public Member Functions | |
Item ()=default | |
Standard Constructor. More... | |
operator const TYP () const | |
Automatic type conversion. More... | |
TYP | operator* () |
Dereference operator for pointers. More... | |
const TYP | operator* () const |
Dereference operator for pointers(CONST) More... | |
Item & | operator++ () |
Item & | operator++ (int) |
Item & | operator-- () |
Item & | operator-- (int) |
Item & | operator= (const TYP data) |
Assignment operator. More... | |
template<class T > | |
Item & | operator= (const Item< T > &data) |
Assignment operator. More... | |
Item< TYP > & | operator+= (const TYP data) |
Item< TYP > & | operator-= (const TYP data) |
Item< TYP > & | operator*= (const TYP data) |
Item< TYP > & | operator/= (const TYP data) |
Public Member Functions inherited from NTuple::_Accessor< _Item< 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... | |
_Item< TYP > * | operator-> () |
Dereference operator. More... | |
const _Item< TYP > * | operator-> () const |
Dereference operator (CONST) More... | |
const Range< _Item< TYP > > & | range () const |
Access the range. More... | |
Private Types | |
typedef Item< TYP > | _My |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Item< TYP > > | |
_Item< TYP > * | m_ptr |
Pointer to instance. More... | |
Class acting as a smart pointer holding a N tuple _Item.
|
private |
|
default |
Standard Constructor.
|
inline |
Automatic type conversion.
Definition at line 268 of file NTuple.h.
|
inline |
Dereference operator for pointers.
Definition at line 270 of file NTuple.h.
|
inline |
Dereference operator for pointers(CONST)
Definition at line 272 of file NTuple.h.
|
inline |
Definition at line 301 of file NTuple.h.
|
inline |
|
inline |
|
inline |
Definition at line 291 of file NTuple.h.
|
inline |
|
inline |
|
inline |
Definition at line 296 of file NTuple.h.
|
inline |
Definition at line 306 of file NTuple.h.
|
inline |
Assignment operator.
Definition at line 279 of file NTuple.h.
|
inline |
Assignment operator.
Definition at line 286 of file NTuple.h.