#include <SiteLocalConfig.h>
Public Member Functions | |
CatalogAttributes ()=default | |
CatalogAttributes (std::string input_site, std::string input_subSite, std::string input_storageSite, std::string input_volume, std::string input_protocol) | |
bool | empty () const |
bool | operator== (const CatalogAttributes &aCatalog) const |
Public Attributes | |
std::string | protocol |
std::string | site |
std::string | storageSite |
std::string | subSite |
std::string | volume |
Definition at line 23 of file SiteLocalConfig.h.
|
default |
|
inline |
Definition at line 25 of file SiteLocalConfig.h.
|
inline |
Definition at line 39 of file SiteLocalConfig.h.
References protocol, site, storageSite, and volume.
Referenced by edm::FileLocator::init().
|
inline |
Definition at line 35 of file SiteLocalConfig.h.
References protocol, site, storageSite, subSite, and volume.
std::string edm::CatalogAttributes::protocol |
Definition at line 44 of file SiteLocalConfig.h.
Referenced by empty(), edm::service::SiteLocalConfigService::getCatalog(), edm::FileLocator::init(), and operator==().
std::string edm::CatalogAttributes::site |
Definition at line 40 of file SiteLocalConfig.h.
Referenced by empty(), edm::service::SiteLocalConfigService::getCatalog(), operator==(), and edm::service::SiteLocalConfigService::storageDescriptionPath().
std::string edm::CatalogAttributes::storageSite |
Definition at line 42 of file SiteLocalConfig.h.
Referenced by empty(), edm::service::SiteLocalConfigService::getCatalog(), edm::FileLocator::init(), operator==(), and edm::service::SiteLocalConfigService::storageDescriptionPath().
std::string edm::CatalogAttributes::subSite |
Definition at line 41 of file SiteLocalConfig.h.
Referenced by edm::service::SiteLocalConfigService::getCatalog(), operator==(), and edm::service::SiteLocalConfigService::storageDescriptionPath().
std::string edm::CatalogAttributes::volume |
Definition at line 43 of file SiteLocalConfig.h.
Referenced by empty(), edm::service::SiteLocalConfigService::getCatalog(), edm::FileLocator::init(), and operator==().