NTuple::Matrix< TYP > Class Template Reference
Class acting as a smart pointer holding a N tuple
_Item.
More...
#include <NTuple.h>
List of all members.
Detailed Description
template<class TYP>
class NTuple::Matrix< TYP >
Class acting as a smart pointer holding a N tuple
_Item.
Definition at line 340 of file NTuple.h.
Constructor & Destructor Documentation
Standard Constructor.
Definition at line 343 of file NTuple.h.
Member Function Documentation
template<class TYP>
template<class T>
Assignment operator.
Definition at line 346 of file NTuple.h.
00346 {
00347 *(this->m_ptr) = *(copy.operator->());
00348 return *this;
00349 }
template<class TYP>
template<class T>
template<class TYP>
template<class T>
| const TYP* NTuple::Matrix< TYP >::operator[] |
( |
const T |
i |
) |
const [inline] |
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r9/GaudiKernel/GaudiKernel/NTuple.h