Specialization acting as a smart pointer holding a N tuple _Item.
More...
#include <NTuple.h>
List of all members.
Detailed Description
template<>
class NTuple::Item< bool >
Specialization acting as a smart pointer holding a N tuple _Item.
Definition at line 297 of file NTuple.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Standard Constructor.
Definition at line 301 of file NTuple.h.
Member Function Documentation
Automatic type conversion.
Definition at line 303 of file NTuple.h.
{ return this->m_ptr->get(); }
Assignment operator.
Definition at line 311 of file NTuple.h.
{
this->m_ptr->set( data->get() );
return *this;
}
Assignment operator.
Definition at line 305 of file NTuple.h.
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r1/GaudiKernel/GaudiKernel/NTuple.h