![]() |
The Gaudi Framework
v25r3
|
Class acting as a smart pointer holding a N tuple entry. More...
#include <GaudiKernel/NTuple.h>

Public Member Functions | |
| _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... | |
| 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 |
| Pointer to instance. More... | |
Private Member Functions | |
| _Accessor< TYP > & | operator= (const _Accessor< TYP > &) |
Friends | |
| class | Tuple |
Class acting as a smart pointer holding a N tuple entry.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
mutableprotected |