Specialization acting as a smart pointer holding a N tuple _Item.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
Specialization acting as a smart pointer holding a N tuple _Item.
Definition at line 300 of file NTuple.h.
◆ _My
◆ Item()
◆ operator bool()
Automatic type conversion.
Definition at line 307 of file NTuple.h.
307{
return this->
m_ptr->get(); }
◆ operator const bool()
Automatic type conversion.
Definition at line 258 of file NTuple.h.
258{
return this->
m_ptr->get(); }
◆ operator*()
Dereference operator for pointers.
Definition at line 260 of file NTuple.h.
260{
return this->
m_ptr->get(); }
◆ operator*=()
Definition at line 287 of file NTuple.h.
287 {
289 return *this;
290 }
Class acting as a smart pointer holding a N tuple _Item.
◆ operator++()
Definition at line 264 of file NTuple.h.
264{
return *
this +=
TYP( 1 ); }
◆ operator+=()
Definition at line 279 of file NTuple.h.
279 {
281 return *this;
282 }
◆ operator--()
Definition at line 266 of file NTuple.h.
266{
return *
this -=
TYP( 1 ); }
◆ operator-=()
Definition at line 283 of file NTuple.h.
283 {
285 return *this;
286 }
◆ operator/=()
Definition at line 291 of file NTuple.h.
291 {
293 return *this;
294 }
◆ operator=() [1/2]
Assignment operator.
Definition at line 309 of file NTuple.h.
309 {
311 return *this;
312 }
◆ operator=() [2/2]
Assignment operator.
Definition at line 315 of file NTuple.h.
315 {
317 return *this;
318 }
The documentation for this class was generated from the following file:
- GaudiKernel/include/GaudiKernel/NTuple.h