Specialization acting as a smart pointer holding a N tuple _Item.
More...
#include <NTuple.h>
List of all members.
Public Member Functions |
| | Item () |
| | Standard Constructor.
|
| | operator bool () const |
| | Automatic type conversion.
|
| Item & | operator= (const bool data) |
| | Assignment operator.
|
| template<class T > |
| Item & | operator= (const Item< T > &data) |
| | Assignment operator.
|
Private Types |
| typedef Item< bool > | _My |
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.
{
this->m_ptr->set( data );
return *this;
}
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2p1/GaudiKernel/GaudiKernel/NTuple.h