bes
Updated for version 3.19.1
|
builds catalogs from a directory structure More...
#include <BESCatalogDirectory.h>
Public Member Functions | |
BESCatalogDirectory (const string &name) | |
virtual unsigned int | dereference_catalog () |
virtual void | dump (ostream &strm) const |
dumps information about this object More... | |
virtual string | get_catalog_name () |
virtual void | reference_catalog () |
virtual BESCatalogEntry * | show_catalog (const string &container, const string &coi, BESCatalogEntry *entry) |
builds catalogs from a directory structure
Definition at line 49 of file BESCatalogDirectory.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with information about this catalog directory.
strm | C++ i/o stream to dump the information to |
Implements BESCatalog.
Definition at line 212 of file BESCatalogDirectory.cc.