#include <BESCatalogEntry.h>
- Deprecated
- Use CatalogNode and CatlogItem instead. jhrg 7/25/18
Definition at line 46 of file BESCatalogEntry.h.
◆ catalog_citer
typedef std::map<std::string,BESCatalogEntry*>::const_iterator BESCatalogEntry::catalog_citer |
◆ BESCatalogEntry()
BESCatalogEntry::BESCatalogEntry |
( |
const std::string & | name, |
|
|
const std::string & | catalog ) |
◆ ~BESCatalogEntry()
BESCatalogEntry::~BESCatalogEntry |
( |
void | | ) |
|
|
virtual |
◆ add_entry()
◆ add_info()
virtual void BESCatalogEntry::add_info |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
|
inlinevirtual |
◆ dump()
void BESCatalogEntry::dump |
( |
std::ostream & | strm | ) |
const |
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with information about this catalog directory.
- Parameters
-
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 72 of file BESCatalogEntry.cc.
◆ get_beginning_entry()
virtual catalog_citer BESCatalogEntry::get_beginning_entry |
( |
| ) |
|
|
inlinevirtual |
◆ get_catalog()
virtual std::string BESCatalogEntry::get_catalog |
( |
| ) |
|
|
inlinevirtual |
◆ get_count()
virtual unsigned int BESCatalogEntry::get_count |
( |
| ) |
|
|
inlinevirtual |
◆ get_ending_entry()
virtual catalog_citer BESCatalogEntry::get_ending_entry |
( |
| ) |
|
|
inlinevirtual |
◆ get_info()
virtual std::map< std::string, std::string > BESCatalogEntry::get_info |
( |
| ) |
|
|
inlinevirtual |
◆ get_mod_date()
virtual std::string BESCatalogEntry::get_mod_date |
( |
| ) |
|
|
inlinevirtual |
◆ get_mod_time()
virtual std::string BESCatalogEntry::get_mod_time |
( |
| ) |
|
|
inlinevirtual |
◆ get_name()
virtual std::string BESCatalogEntry::get_name |
( |
| ) |
|
|
inlinevirtual |
◆ get_service_list()
virtual std::list< std::string > BESCatalogEntry::get_service_list |
( |
| ) |
|
|
inlinevirtual |
◆ get_size()
virtual std::string BESCatalogEntry::get_size |
( |
| ) |
|
|
inlinevirtual |
◆ is_collection()
virtual bool BESCatalogEntry::is_collection |
( |
| ) |
|
|
inlinevirtual |
◆ set_mod_date()
virtual void BESCatalogEntry::set_mod_date |
( |
const std::string & | mod_date | ) |
|
|
inlinevirtual |
◆ set_mod_time()
virtual void BESCatalogEntry::set_mod_time |
( |
const std::string & | mod_time | ) |
|
|
inlinevirtual |
◆ set_service_list()
virtual void BESCatalogEntry::set_service_list |
( |
std::list< std::string > & | slist | ) |
|
|
inlinevirtual |
◆ set_size()
void BESCatalogEntry::set_size |
( |
off_t | size | ) |
|
|
virtual |
The documentation for this class was generated from the following files: