|
Gaudi Framework, version v25r0 |
| Home | Generated: Mon Feb 17 2014 |
Specialization acting as a smart pointer holding a N tuple _Item. More...
#include <NTuple.h>


Public Member Functions | |
| Item () | |
| Standard Constructor. | |
| operator bool () const | |
| Automatic type conversion. | |
| Item & | operator= (const bool data) |
| Assignment operator. | |
| template<class T > | |
| Item & | operator= (const Item< T > &data) |
| Assignment operator. | |
Public Member Functions inherited from NTuple::_Accessor< _Item< bool > > | |
| _Accessor () | |
| Standard Constructor. | |
| virtual | ~_Accessor () |
| Standard Destructor. | |
| bool | operator! () const |
| Check if column is present. | |
| operator const void * () const | |
| Check if column is present. | |
| _Item< bool > * | operator-> () |
| Dereference operator. | |
| const _Item< bool > * | operator-> () const |
| Dereference operator (CONST) | |
| const Range< _Item< bool > > & | range () const |
| Access the range. | |
Private Types | |
| typedef Item< bool > | _My |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Item< bool > > | |
| _Item< bool > * | m_ptr |
| Pointer to instance. | |
Specialization acting as a smart pointer holding a N tuple _Item.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |