![]() |
The Gaudi Framework
master (ff829712)
|
Description of the DataStoreItem class. More...
#include <GaudiKernel/DataStoreItem.h>
Public Member Functions | |
DataStoreItem (std::string path, int depth=1) | |
Standard Constructor. | |
DataStoreItem (const DataStoreItem &item) | |
Copy constructor. | |
virtual | ~DataStoreItem ()=default |
Standard Destructor. | |
bool | operator== (const DataStoreItem &cmp) const |
Equality operator. | |
bool | operator!= (const DataStoreItem &cmp) const |
Inequality operator. | |
DataStoreItem & | operator= (const DataStoreItem &cmp) |
Equivalence operator. | |
void | analyse () |
Interprete the load path for special options. | |
const std::string & | path () const |
Accessor: Retrieve load path. | |
int | depth () const |
Accessor: Retrieve load depth. | |
Protected Attributes | |
std::string | m_path |
Path of item to be loaded. | |
int | m_depth |
Depth to be auto-loaded from the requested path onwards. | |
Description of the DataStoreItem class.
DataStoreItems describe in an abstract way an item in the data store. Items can be supplied to the services in order to e.g. trigger preloading or writing.
Definition at line 25 of file DataStoreItem.h.
|
inline |
Standard Constructor.
Definition at line 34 of file DataStoreItem.h.
|
inline |
|
virtualdefault |
Standard Destructor.
|
inline |
Interprete the load path for special options.
Definition at line 52 of file DataStoreItem.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Depth to be auto-loaded from the requested path onwards.
Definition at line 30 of file DataStoreItem.h.
|
protected |
Path of item to be loaded.
Definition at line 28 of file DataStoreItem.h.