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::Array< TYP >
Class acting as a smart pointer holding a N tuple _Item.
Definition at line 52 of file NTuple.h.
◆ Array()
◆ begin()
Definition at line 345 of file NTuple.h.
345 {
return this->m_ptr->begin(); }
◆ end()
Definition at line 346 of file NTuple.h.
346 {
return this->m_ptr->end(); }
◆ operator=()
template<class TYP >
template<class T >
Assignment operator.
Definition at line 330 of file NTuple.h.
331 *( this->m_ptr ) = *( copy.operator->() );
◆ operator[]() [1/2]
template<class TYP >
template<class T >
Array operator.
Definition at line 336 of file NTuple.h.
337 return this->m_ptr->data( i );
◆ operator[]() [2/2]
template<class TYP >
template<class T >
Array operator.
Definition at line 341 of file NTuple.h.
342 return this->m_ptr->data( i );
The documentation for this class was generated from the following file:
- GaudiKernel/include/GaudiKernel/NTuple.h