OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESCatalogDirectory Class Reference

builds catalogs from a directory structure More...

#include <BESCatalogDirectory.h>

Inheritance diagram for BESCatalogDirectory:
Inheritance graph
Collaboration diagram for BESCatalogDirectory:
Collaboration graph

Classes

struct  _bes_dir_entry
 

Public Types

typedef struct BESCatalogDirectory::_bes_dir_entry bes_dir_entry
 

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 void show_catalog (const string &container, const string &catalog_or_info, BESInfo *info)
 
virtual ~BESCatalogDirectory (void)
 

Detailed Description

builds catalogs from a directory structure

Definition at line 49 of file BESCatalogDirectory.h.

Member Typedef Documentation

◆ bes_dir_entry

Constructor & Destructor Documentation

◆ BESCatalogDirectory()

BESCatalogDirectory::BESCatalogDirectory ( const string &  name)

Definition at line 65 of file BESCatalogDirectory.cc.

References BESCatalogUtils::Utils().

Here is the call graph for this function:

◆ ~BESCatalogDirectory()

BESCatalogDirectory::~BESCatalogDirectory ( void  )
virtual

Definition at line 71 of file BESCatalogDirectory.cc.

Member Function Documentation

◆ dereference_catalog()

virtual unsigned int BESCatalog::dereference_catalog ( )
inlinevirtualinherited

Definition at line 63 of file BESCatalog.h.

Referenced by BESCatalogList::deref_catalog().

◆ dump()

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.

Parameters
strmC++ i/o stream to dump the information to

Implements BESCatalog.

Definition at line 449 of file BESCatalogDirectory.cc.

References BESCatalogUtils::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Here is the call graph for this function:

◆ get_catalog_name()

virtual string BESCatalog::get_catalog_name ( )
inlinevirtualinherited

Definition at line 70 of file BESCatalog.h.

References BESCatalog::dump(), and BESCatalog::show_catalog().

Referenced by BESCatalogList::add_catalog(), bes_get_stat_info(), show_catalog(), and BESCatalogList::show_catalog().

Here is the call graph for this function:

◆ reference_catalog()

virtual void BESCatalog::reference_catalog ( )
inlinevirtualinherited

Definition at line 59 of file BESCatalog.h.

Referenced by BESCatalogList::ref_catalog().

◆ show_catalog()


The documentation for this class was generated from the following files: