The Gaudi Framework
master (37c0b60a)
|
Class acting as a smart pointer holding a N tuple entry. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
Public Member Functions | |
_Accessor ()=default | |
Standard Constructor. More... | |
virtual | ~_Accessor ()=default |
Standard Destructor. More... | |
_Accessor (const _Accessor &)=default | |
Default copy constructor. More... | |
bool | operator! () const |
Check if column is present. More... | |
operator const void * () const | |
Check if column is present. More... | |
TYP * | operator-> () |
Dereference operator. More... | |
const TYP * | operator-> () const |
Dereference operator (CONST) More... | |
const Range< TYP > & | range () const |
Access the range. More... | |
Protected Attributes | |
TYP * | m_ptr = nullptr |
Pointer to instance. More... | |
Private Member Functions | |
_Accessor< TYP > & | operator= (const _Accessor< TYP > &)=delete |
Needs to be implemented in derived classes. More... | |
Friends | |
class | Tuple |
Class acting as a smart pointer holding a N tuple entry.
|
default |
Standard Constructor.
|
virtualdefault |
Standard Destructor.
|
default |
Default copy constructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
privatedelete |
Needs to be implemented in derived classes.
|
inline |
|
mutableprotected |