Inheritance diagram for CdbRooNTupleSimpleImplR< E >:

Public Member Functions | |
| CdbRooNTupleSimpleImplR () | |
| Default constructor. | |
| CdbRooNTupleSimpleImplR (UInt_t theNumberOfColumns, const std::string &theName, const std::string &theDescription, const std::vector< std::string > &theColumnNames) | |
| Constructor. | |
| virtual | ~CdbRooNTupleSimpleImplR () |
| Destructor. | |
| virtual UInt_t | rows () const |
| Get the number of rows in the tuple. | |
| virtual CdbStatus | get_row (std::vector< E > &theRow, const UInt_t theNumber) const |
| Get a row at a specified position. | |
| virtual CdbStatus | append_row (const std::vector< E > &theRow) |
| Append a row by the end of an existing list. | |
This implementation uses the STD vector class for internal storing of n-tuple elements.
Definition at line 18 of file CdbRooNTupleSimpleImplR.rdl.
|
|||||||||
|
Default constructor. Is useless, but it's required by the ROOT I/O streamers. Any attempts to use an object constructed in this way would result in the corresponding errors reported. Definition at line 19 of file CdbRooNTupleSimpleImplR.cc. |
|
||||||||||||||||||||||||
|
Constructor.
Definition at line 24 of file CdbRooNTupleSimpleImplR.cc. |
|
|||||||||
|
Destructor.
Definition at line 35 of file CdbRooNTupleSimpleImplR.cc. |
|
||||||||||
|
Append a row by the end of an existing list. Implements a virtual method defined in the base class.
Implements CdbRooNTupleR< E >. Definition at line 52 of file CdbRooNTupleSimpleImplR.cc. References CdbRooNTupleBaseR::columns(), CdbStatus::IllegalParameters, and CdbStatus::Success. |
|
||||||||||||||||
|
Get a row at a specified position. Implements a virtual method defined in the base class.
Implements CdbRooNTupleR< E >. Definition at line 40 of file CdbRooNTupleSimpleImplR.cc. References CdbStatus::NotFound, CdbRooNTupleSimpleImplR< E >::rows(), and CdbStatus::Success. |
|
|||||||||
|
Get the number of rows in the tuple. Implements a virtual method defined in the base class.
Implements CdbRooNTupleR< E >. Definition at line 49 of file CdbRooNTupleSimpleImplR.rdl. Referenced by CdbRooNTupleSimpleImplR< E >::get_row(). |
1.3-rc3