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::Array< TYP >
Class acting as a smart pointer holding a N tuple _Item.
Definition at line 319 of file NTuple.h.
Constructor & Destructor Documentation
Standard Constructor.
Definition at line 322 of file NTuple.h.
Member Function Documentation
template<class TYP>
template<class T >
Assignment operator.
Definition at line 325 of file NTuple.h.
{
*(this->m_ptr) = *(copy.operator->());
return *this;
}
template<class TYP>
template<class T >
| const TYP& NTuple::Array< TYP >::operator[] |
( |
const T |
i ) |
const [inline] |
template<class TYP>
template<class T >
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r4/GaudiKernel/GaudiKernel/NTuple.h