#include <GaudiKernel/INTuple.h>
NTuple interface class definition
Definition of the interface to an Ntuple class beeing a sequence(=Item) of data entries.
- Author
- M.Frank
Definition at line 37 of file INTuple.h.
◆ ~INTupleItem()
virtual INTupleItem::~INTupleItem |
( |
| ) |
|
|
virtualdefault |
◆ buffer()
virtual const void* INTupleItem::buffer |
( |
| ) |
const |
|
pure virtual |
Access data buffer (CONST)
◆ dim()
virtual long INTupleItem::dim |
( |
long |
i | ) |
const |
|
pure virtual |
Access individual dimensions.
◆ filled()
virtual long INTupleItem::filled |
( |
| ) |
const |
|
pure virtual |
◆ hasIndex()
virtual bool INTupleItem::hasIndex |
( |
| ) |
const |
|
pure virtual |
Is the tuple have an index item?
◆ index()
virtual const std::string& INTupleItem::index |
( |
| ) |
const |
|
pure virtual |
◆ indexItem() [1/2]
virtual const INTupleItem* INTupleItem::indexItem |
( |
| ) |
const |
|
pure virtual |
Pointer to index column (if present, 0 else) (CONST)
◆ indexItem() [2/2]
Pointer to index column (if present, 0 else)
◆ length()
virtual long INTupleItem::length |
( |
| ) |
const |
|
pure virtual |
Access the buffer length.
◆ name()
virtual const std::string& INTupleItem::name |
( |
| ) |
const |
|
pure virtual |
◆ ndim()
virtual long INTupleItem::ndim |
( |
| ) |
const |
|
pure virtual |
◆ release()
virtual void INTupleItem::release |
( |
| ) |
|
|
pure virtual |
◆ reset()
virtual void INTupleItem::reset |
( |
| ) |
|
|
pure virtual |
◆ setType()
virtual void INTupleItem::setType |
( |
long |
typ | ) |
|
|
protectedpure virtual |
◆ size()
virtual long INTupleItem::size |
( |
| ) |
const |
|
pure virtual |
◆ tuple()
virtual INTuple* INTupleItem::tuple |
( |
| ) |
|
|
pure virtual |
◆ type()
virtual long INTupleItem::type |
( |
| ) |
const |
|
pure virtual |
Type information of the item.
◆ typeID()
virtual const std::type_info& INTupleItem::typeID |
( |
| ) |
const |
|
pure virtual |
◆ typeName()
virtual std::string INTupleItem::typeName |
( |
| ) |
const |
|
pure virtual |
Proper type name of the object.
The documentation for this class was generated from the following file: