Class acting as a smart pointer holding a N tuple _Item.  
 More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
template<class TYP>
class NTuple::Matrix< TYP >
Class acting as a smart pointer holding a N tuple _Item. 
Definition at line 62 of file NTuple.h.
◆ Matrix()
◆ operator=()
template<class TYP > 
template<class T > 
 
Assignment operator. 
Definition at line 366 of file NTuple.h.
  367       *( this->m_ptr ) = *( 
copy.operator->() );
 
 
 
 
◆ operator[]() [1/2]
template<class TYP > 
template<class T > 
 
Array operator. 
Definition at line 372 of file NTuple.h.
  373       return this->m_ptr->column( i );
 
 
 
 
◆ operator[]() [2/2]
template<class TYP > 
template<class T > 
 
Array operator. 
Definition at line 377 of file NTuple.h.
  378       return this->m_ptr->column( i );
 
 
 
 
The documentation for this class was generated from the following file:
- GaudiKernel/include/GaudiKernel/NTuple.h