|
Gaudi Framework, version v23r7 |
| Home | Generated: Wed Mar 20 2013 |
Class acting as a smart pointer holding a N tuple entry. More...
#include <NTuple.h>

Public Member Functions | |
| _Accessor () | |
| Standard Constructor. | |
| virtual | ~_Accessor () |
| Standard Destructor. | |
| bool | operator! () const |
| Check if column is present. | |
| operator const void * () const | |
| Check if column is present. | |
| TYP * | operator-> () |
| Dereference operator. | |
| const TYP * | operator-> () const |
| Dereference operator (CONST) | |
| const Range< TYP > & | range () const |
| Access the range. | |
Protected Attributes | |
| TYP * | m_ptr |
| Pointer to instance. | |
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 |