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