|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
Class acting as a smart pointer holding a N tuple _Item. More...
#include <NTuple.h>


Public Member Functions | |
| Matrix () | |
| 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. | |
| virtual | ~Matrix () |
Public Member Functions inherited from NTuple::_Accessor< _Matrix< TYP > > | |
| _Accessor () | |
| Standard Constructor. | |
| virtual | ~_Accessor () |
| Standard Destructor. | |
| bool | operator! () const |
| Check if column is present. | |
| operator const void * () const | |
| Check if column is present. | |
| _Matrix< TYP > * | operator-> () |
| Dereference operator. | |
| const _Matrix< TYP > * | operator-> () const |
| Dereference operator (CONST) | |
| const Range< _Matrix< TYP > > & | range () const |
| Access the range. | |
Additional Inherited Members | |
Protected Attributes inherited from NTuple::_Accessor< _Matrix< TYP > > | |
| _Matrix< TYP > * | m_ptr |
| Pointer to instance. | |
Class acting as a smart pointer holding a N tuple _Item.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |