#include <BESCatalogList.h>
Inheritance diagram for BESCatalogList:
Public Types | |
typedef map< string, BESCatalog * >::iterator | catalog_iter |
typedef map< string, BESCatalog * >::const_iterator | catalog_citer |
Public Member Functions | |
BESCatalogList () | |
virtual | ~BESCatalogList () |
virtual bool | add_catalog (BESCatalog *catalog) |
virtual bool | rem_catalog (const string &catalog_name) |
virtual BESCatalog * | find_catalog (const string &catalog_name) |
virtual void | show_catalog (const string &container, const string &catalog_or_info, BESInfo *info) |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Static Public Member Functions | |
static BESCatalogList * | TheCatalogList () |
|
|
|
|
|
|
|
|
|
|
|
dumps information about this object Displays the pointer value of this instance along with the catalog entries in this list.
Implements BESObj. |
|
|
|
|
|
|
|
|