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


Public Member Functions | |
| Matrix ()=default | |
| Standard Constructor. | |
| template<class T> | |
| Matrix & | operator= (const Matrix< T > ©) |
| Assignment operator. | |
| template<class T> | |
| TYP * | operator[] (const T i) |
| Array operator. | |
| template<class T> | |
| const TYP * | operator[] (const T i) const |
| Array operator. | |
Public Member Functions inherited from NTuple::_Accessor< _Matrix< TYP > > | |
| _Accessor ()=default | |
| Standard Constructor. | |
| _Accessor (const _Accessor &)=default | |
| Default copy constructor. | |
| virtual | ~_Accessor ()=default |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Matrix< TYP > > | |
| TYP * | m_ptr |
| Pointer to instance. | |
Class acting as a smart pointer holding a N tuple _Item.
|
default |
Standard Constructor.
|
inline |
|
inline |