![]() |
The Gaudi Framework
master (da3d77e1)
|
#include <GaudiKernel/DataStoreItem.h>
Public Member Functions | |
DataStoreItem (std::string path, int depth=1) | |
Standard Constructor. More... | |
DataStoreItem (const DataStoreItem &item) | |
Copy constructor. More... | |
virtual | ~DataStoreItem ()=default |
Standard Destructor. More... | |
bool | operator== (const DataStoreItem &cmp) const |
Equality operator. More... | |
bool | operator!= (const DataStoreItem &cmp) const |
Inequality operator. More... | |
DataStoreItem & | operator= (const DataStoreItem &cmp) |
Equivalence operator. More... | |
void | analyse () |
Interprete the load path for special options. More... | |
const std::string & | path () const |
Accessor: Retrieve load path. More... | |
int | depth () const |
Accessor: Retrieve load depth. More... | |
Protected Attributes | |
std::string | m_path |
Path of item to be loaded. More... | |
int | m_depth |
Depth to be auto-loaded from the requested path onwards. More... | |
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 27 of file DataStoreItem.h.
|
inline |
|
inline |
|
virtualdefault |
Standard Destructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Depth to be auto-loaded from the requested path onwards.
Definition at line 32 of file DataStoreItem.h.
|
protected |
Path of item to be loaded.
Definition at line 30 of file DataStoreItem.h.