#include <BESCatalogDirectory.h>
Inheritance diagram for BESCatalogDirectory:
Public Member Functions | |
BESCatalogDirectory (const string &name) | |
virtual | ~BESCatalogDirectory (void) |
virtual bool | show_catalog (const string &container, const string &catalog_or_info, BESInfo *info) |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual string | get_catalog_name () |
Definition at line 51 of file BESCatalogDirectory.h.
BESCatalogDirectory::BESCatalogDirectory | ( | const string & | name | ) |
Definition at line 52 of file BESCatalogDirectory.cc.
References BESException::get_file(), BESException::get_line(), BESException::get_message(), and BESCatalogUtils::Utils().
Here is the call graph for this function:
BESCatalogDirectory::~BESCatalogDirectory | ( | void | ) | [virtual] |
Definition at line 65 of file BESCatalogDirectory.cc.
bool BESCatalogDirectory::show_catalog | ( | const string & | container, | |
const string & | catalog_or_info, | |||
BESInfo * | info | |||
) | [virtual] |
Implements BESCatalog.
Definition at line 70 of file BESCatalogDirectory.cc.
References BESInfo::add_tag(), BESInfo::begin_tag(), CATALOG_RESPONSE, BESInfo::end_tag(), BESCatalogUtils::exclude(), BESCatalogUtils::get_root_dir(), and BESCatalogUtils::include().
Here is the call graph for this function:
void BESCatalogDirectory::dump | ( | ostream & | strm | ) | const [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 308 of file BESCatalogDirectory.cc.
References BESCatalogUtils::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
Here is the call graph for this function:
virtual string BESCatalog::get_catalog_name | ( | ) | [inline, virtual, inherited] |