Go to the documentation of this file.
11 #ifndef GAUDIKERNEL_DATASTOREITEM_H
12 #define GAUDIKERNEL_DATASTOREITEM_H
57 if (
m_path[len] ==
'*' ) {
60 }
else if (
m_path[len] ==
'+' ) {
70 #endif // GAUDIKERNEL_DATASTOREITEM_H
virtual ~DataStoreItem()=default
Standard Destructor.
int depth() const
Accessor: Retrieve load depth.
int m_depth
Depth to be auto-loaded from the requested path onwards.
std::string m_path
Path of item to be loaded.
bool operator!=(const DataStoreItem &cmp) const
Inequality operator.
DataStoreItem(const DataStoreItem &item)
Copy constructor.
bool operator==(const DataStoreItem &cmp) const
Equality operator.
DataStoreItem(std::string path, int depth=1)
Standard Constructor.
const std::string & path() const
Accessor: Retrieve load path.
void analyse()
Interprete the load path for special options.
DataStoreItem & operator=(const DataStoreItem &cmp)
Equivalence operator.