bes
Updated for version 3.20.5
|
33 #ifndef I_BESDefinitionStorageList_H
34 #define I_BESDefinitionStorageList_H 1
47 #define DEFAULT "default"
51 #define CATALOG "catalog"
75 typedef struct _persistence_list {
77 unsigned int _reference;
78 BESDefinitionStorageList::_persistence_list *_next;
81 BESDefinitionStorageList::persistence_list *_first;
96 virtual void dump(std::ostream &strm)
const;
101 #endif // I_BESDefinitionStorageList_H
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual bool ref_persistence(const std::string &persist_name)
reference a persistent store in the list
provides persistent storage for a specific view of different containers including contraints and aggr...
informational response object
Provides a mechanism for accessing definitions from different definition stores registered with this ...
Base object for bes objects.
virtual bool deref_persistence(const std::string &persist_name)
de-reference a persistent store in the list
virtual void show_definitions(BESInfo &info)
show information for each definition in each persistence store
virtual BESDefinitionStorage * find_persistence(const std::string &persist_name)
find the persistence store with the given name
virtual bool add_persistence(BESDefinitionStorage *p)
Add a persistent store to the list.
virtual BESDefine * look_for(const std::string &def_name)
look for the specified definition in the list of defintion stores.