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


Public Member Functions | |
| Item ()=default | |
| Standard Constructor.  More... | |
| operator const TYP () const | |
| Automatic type conversion.  More... | |
| TYP | operator* () | 
| Dereference operator for pointers.  More... | |
| const TYP | operator* () const | 
| Dereference operator for pointers(CONST)  More... | |
| Item & | operator++ () | 
| Item & | operator++ (int) | 
| Item & | operator-- () | 
| Item & | operator-- (int) | 
| Item & | operator= (const TYP data) | 
| Assignment operator.  More... | |
| template<class T > | |
| Item & | operator= (const Item< T > &data) | 
| Assignment operator.  More... | |
| Item< TYP > & | operator+= (const TYP data) | 
| Item< TYP > & | operator-= (const TYP data) | 
| Item< TYP > & | operator*= (const TYP data) | 
| Item< TYP > & | operator/= (const TYP data) | 
  Public Member Functions inherited from NTuple::_Accessor< _Item< TYP > > | |
| _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< TYP > * | operator-> () | 
| Dereference operator.  More... | |
| const _Item< TYP > * | operator-> () const | 
| Dereference operator (CONST)  More... | |
| const Range< _Item< TYP > > & | range () const | 
| Access the range.  More... | |
Private Types | |
| typedef Item< TYP > | _My | 
Additional Inherited Members | |
  Protected Attributes inherited from NTuple::_Accessor< _Item< TYP > > | |
| _Item< TYP > * | m_ptr | 
| Pointer to instance.  More... | |
Class acting as a smart pointer holding a N tuple _Item.
      
  | 
  private | 
      
  | 
  default | 
Standard Constructor.
      
  | 
  inline | 
Automatic type conversion.
Definition at line 270 of file NTuple.h.
      
  | 
  inline | 
Dereference operator for pointers.
Definition at line 272 of file NTuple.h.
      
  | 
  inline | 
Dereference operator for pointers(CONST)
Definition at line 274 of file NTuple.h.
      
  | 
  inline | 
Definition at line 303 of file NTuple.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 293 of file NTuple.h.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 298 of file NTuple.h.
      
  | 
  inline | 
Definition at line 308 of file NTuple.h.
      
  | 
  inline | 
Assignment operator.
Definition at line 281 of file NTuple.h.
      
  | 
  inline | 
Assignment operator.
Definition at line 288 of file NTuple.h.