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