INTuple Class Reference
#include <GaudiKernel/INTuple.h>
List of all members.
Detailed Description
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 80 of file INTuple.h.
Member Typedef Documentation
Constructor & Destructor Documentation
| virtual INTuple::~INTuple |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual INTupleItem* INTuple::i_find |
( |
const std::string & |
name |
) |
const [protected, pure virtual] |
| virtual const ItemContainer& INTuple::items |
( |
|
) |
const [pure virtual] |
| virtual void INTuple::setBuffer |
( |
char * |
buff |
) |
[pure virtual] |
| virtual const char* INTuple::buffer |
( |
|
) |
const [pure virtual] |
| virtual char* INTuple::buffer |
( |
|
) |
[pure virtual] |
| virtual const std::string& INTuple::title |
( |
|
) |
const [pure virtual] |
| virtual void INTuple::reset |
( |
|
) |
[pure virtual] |
| virtual const INTupleItem* INTuple::find |
( |
const std::string & |
name |
) |
const [pure virtual] |
| virtual INTupleItem* INTuple::find |
( |
const std::string & |
name |
) |
[pure virtual] |
Remove an item row (identified by pointer) from the N tuple.
Implemented in NTuple::TupleImp.
| virtual StatusCode INTuple::remove |
( |
const std::string & |
name |
) |
[pure virtual] |
Remove an item row (identified by name) from the N tuple.
Implemented in NTuple::TupleImp.
| virtual StatusCode INTuple::write |
( |
|
) |
[pure virtual] |
| virtual StatusCode INTuple::writeRecord |
( |
|
) |
[pure virtual] |
| virtual StatusCode INTuple::read |
( |
|
) |
[pure virtual] |
| virtual StatusCode INTuple::readRecord |
( |
|
) |
[pure virtual] |
| virtual StatusCode INTuple::save |
( |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v20r3/GaudiKernel/GaudiKernel/INTuple.h