|  | The Gaudi Framework
    v28r2
    | 
Class acting as a smart pointer holding a N tuple entry. More...
#include <GaudiKernel/NTuple.h>

| Public Member Functions | |
| _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... | |
| 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 > &) | 
| Friends | |
| class | Tuple | 
Class acting as a smart pointer holding a N tuple entry.
| 
 | default | 
Standard Constructor.
| 
 | virtualdefault | 
Standard Destructor.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlineprivate | 
| 
 | inline | 
| 
 | mutableprotected |