NTuple::Item< bool > Class Template Reference
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.
00303 { return this->m_ptr->get(); }
Assignment operator.
Definition at line 305 of file NTuple.h.
00305 {
00306 this->m_ptr->set( data );
00307 return *this;
00308 }
Assignment operator.
Definition at line 311 of file NTuple.h.
00311 {
00312 this->m_ptr->set( data->get() );
00313 return *this;
00314 }
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r7p1/GaudiKernel/GaudiKernel/NTuple.h