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 60 of file NTuple.h.
◆ Array()
◆ begin()
Definition at line 353 of file NTuple.h.
353 {
return this->m_ptr->begin(); }
◆ end()
Definition at line 354 of file NTuple.h.
354 {
return this->m_ptr->end(); }
◆ operator=()
template<class TYP >
template<class T >
Assignment operator.
Definition at line 338 of file NTuple.h.
339 *( this->m_ptr ) = *(
copy.operator->() );
◆ operator[]() [1/2]
template<class TYP >
template<class T >
Array operator.
Definition at line 344 of file NTuple.h.
345 return this->m_ptr->data( i );
◆ operator[]() [2/2]
template<class TYP >
template<class T >
Array operator.
Definition at line 349 of file NTuple.h.
350 return this->m_ptr->data( i );
The documentation for this class was generated from the following file:
- GaudiKernel/include/GaudiKernel/NTuple.h