![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
Specialization acting as a smart pointer holding a N tuple _Item. More...
#include <GaudiKernel/NTuple.h>


Public Member Functions | |
| Item ()=default | |
| Standard Constructor. More... | |
| operator bool () const | |
| Automatic type conversion. More... | |
| Item & | operator= (const bool data) |
| Assignment operator. More... | |
| template<class T > | |
| Item & | operator= (const Item< T > &data) |
| Assignment operator. More... | |
Public Member Functions inherited from NTuple::_Accessor< _Item< bool > > | |
| _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... | |
| _Item< bool > * | operator-> () |
| Dereference operator. More... | |
| const _Item< bool > * | operator-> () const |
| Dereference operator (CONST) More... | |
| const Range< _Item< bool > > & | range () const |
| Access the range. More... | |
Private Types | |
| typedef Item< bool > | _My |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Item< bool > > | |
| _Item< bool > * | m_ptr |
| Pointer to instance. More... | |
Specialization acting as a smart pointer holding a N tuple _Item.
|
private |
|
default |
Standard Constructor.
|
inline |
Automatic type conversion.
Definition at line 302 of file NTuple.h.
|
inline |
Assignment operator.
Definition at line 304 of file NTuple.h.
|
inline |
Assignment operator.
Definition at line 310 of file NTuple.h.