#include <BESCatalogDirectory.h>


Classes | |
| struct | _bes_dir_entry |
Public Member Functions | |
| BESCatalogDirectory (const string &name) | |
| virtual | ~BESCatalogDirectory (void) |
| 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 | |
| virtual string | get_catalog_name () |
| BESCatalogDirectory::BESCatalogDirectory | ( | const string & | name | ) |
| BESCatalogDirectory::~BESCatalogDirectory | ( | void | ) | [virtual] |
| 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.
References BESCatalogUtils::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

| virtual string BESCatalog::get_catalog_name | ( | ) | [inline, virtual, inherited] |
Referenced by BESCatalogList::add_catalog().
| void BESCatalogDirectory::show_catalog | ( | const string & | container, | |
| const string & | catalog_or_info, | |||
| BESInfo * | info | |||
| ) | [virtual] |
Implements BESCatalog.
References BESInfo::add_tag(), BESInfo::begin_tag(), CATALOG_RESPONSE, BESUtil::check_path(), BESInfo::end_tag(), BESCatalogUtils::exclude(), BESCatalogUtils::follow_sym_links(), BESCatalogUtils::get_root_dir(), and BESCatalogUtils::include().

1.5.8