Class acting as a smart pointer holding a N tuple _Item.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h>
template<class TYP>
class NTuple::Item< TYP >
Class acting as a smart pointer holding a N tuple _Item.
Definition at line 252 of file NTuple.h.
Standard Constructor.
Definition at line 256 of file NTuple.h.
Standard Constructor.
Definition at line 256 of file NTuple.h.
Automatic type conversion.
Definition at line 258 of file NTuple.h.
{
return this->
m_ptr->get(); }
Automatic type conversion.
Definition at line 258 of file NTuple.h.
{
return this->
m_ptr->get(); }
Dereference operator for pointers.
Definition at line 260 of file NTuple.h.
{
return this->
m_ptr->get(); }
Dereference operator for pointers.
Definition at line 260 of file NTuple.h.
{
return this->
m_ptr->get(); }
Dereference operator for pointers(CONST)
Definition at line 262 of file NTuple.h.
{
return this->
m_ptr->get(); }
Dereference operator for pointers(CONST)
Definition at line 262 of file NTuple.h.
{
return this->
m_ptr->get(); }
Definition at line 264 of file NTuple.h.
{ return *this += TYP(1); }
Definition at line 264 of file NTuple.h.
{ return *this += TYP(1); }
Definition at line 265 of file NTuple.h.
{ return *this += TYP(1); }
Definition at line 265 of file NTuple.h.
{ return *this += TYP(1); }
Definition at line 266 of file NTuple.h.
{ return *this -= TYP(1); }
Definition at line 266 of file NTuple.h.
{ return *this -= TYP(1); }
Definition at line 267 of file NTuple.h.
{ return *this -= TYP(1); }
Definition at line 267 of file NTuple.h.
{ return *this -= TYP(1); }
Assignment operator.
Definition at line 269 of file NTuple.h.
{
this->
m_ptr->set( data );
return *this;
}
Assignment operator.
Definition at line 269 of file NTuple.h.
{
this->
m_ptr->set( data );
return *this;
}
template<class TYP>
template<class T >
Assignment operator.
Definition at line 275 of file NTuple.h.
{
this->
m_ptr->set( data->get() );
return *this;
}
template<class TYP>
template<class T >
Assignment operator.
Definition at line 275 of file NTuple.h.
{
this->
m_ptr->set( data->get() );
return *this;
}
The documentation for this class was generated from the following files:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h