#include <CatalogInfo.h>
Definition at line 34 of file CatalogInfo.h.
◆ CatalogInfo()
pool::CatalogInfo::CatalogInfo |
( |
| ) |
|
◆ ~CatalogInfo()
virtual pool::CatalogInfo::~CatalogInfo |
( |
| ) |
|
|
inlinevirtual |
◆ allowedTypes()
std::vector<std::string>& pool::CmdLineArgs2::allowedTypes |
( |
| ) |
|
|
inlineinherited |
Hack to bring in allowed types of Collections.
Definition at line 113 of file CmdLineArgs2.h.
◆ ATLAS_NOT_THREAD_SAFE()
◆ collCatalogN()
std::string pool::CatalogInfo::collCatalogN |
( |
unsigned int |
i | ) |
|
◆ evalArgs()
bool pool::CatalogInfo::evalArgs |
( |
std::vector< std::string > & |
argv | ) |
|
|
virtual |
◆ evalArgsPass2()
virtual bool pool::CmdLineArgs2::evalArgsPass2 |
( |
std::vector< std::string > & |
, |
|
|
pool::Args2Container & |
|
|
) |
| |
|
inlinevirtualinherited |
◆ fileCatalogN()
std::string pool::CatalogInfo::fileCatalogN |
( |
unsigned int |
i | ) |
|
◆ getArgQual()
ArgQual& pool::CmdLineArgs2::getArgQual |
( |
const std::string & |
a | ) |
|
|
inlineinherited |
◆ getArgQuals()
QualList& pool::CmdLineArgs2::getArgQuals |
( |
| ) |
|
|
inlineinherited |
◆ getOpt() [1/2]
bool pool::CmdLineArgs2::getOpt |
( |
const std::string & |
opt, |
|
|
int & |
optval |
|
) |
| const |
|
inherited |
check if option was present and return its (first) numerical value in optval (!)
◆ getOpt() [2/2]
bool pool::CmdLineArgs2::getOpt |
( |
const std::string & |
opt, |
|
|
std::string & |
optval |
|
) |
| const |
|
inherited |
check if option was present and return its (first) value in optval(!)
◆ getOpts()
bool pool::CmdLineArgs2::getOpts |
( |
const std::string & |
opt, |
|
|
std::vector< std::string > & |
optvalvec |
|
) |
| const |
|
inherited |
check if option was present and return its values in optvalvec(!)
◆ hasQual()
bool pool::CmdLineArgs2::hasQual |
( |
const std::string & |
arg | ) |
const |
|
inherited |
Check if argument was found in the argv[].
◆ ignoreMissingArgs()
void pool::CmdLineArgs2::ignoreMissingArgs |
( |
bool |
ignore | ) |
|
|
inlineinherited |
set flag to suppress error messages about missing arguments e.g. when -xmlInput is present
Definition at line 122 of file CmdLineArgs2.h.
◆ init()
void pool::CmdLineArgs2::init |
( |
| ) |
|
|
inlinevirtualinherited |
◆ initTypes()
void pool::CmdLineArgs2::initTypes |
( |
| ) |
|
|
privateinherited |
Fill the vector m_allowedTypes.
◆ name()
const std::string& pool::CmdLineArgs2::name |
( |
| ) |
const |
|
inlineinherited |
◆ nArgs()
unsigned int pool::CmdLineArgs2::nArgs |
( |
std::string |
| ) |
|
|
inherited |
Number of arguments for a given qualifer, e.g. nArgs("-src")
◆ setArgQuals()
void pool::CmdLineArgs2::setArgQuals |
( |
QualList & |
quals | ) |
|
|
inlineinherited |
◆ setFileCatalogs()
◆ useCC()
bool pool::CatalogInfo::useCC |
( |
| ) |
|
|
inline |
◆ valid()
bool pool::CmdLineArgs2::valid |
( |
| ) |
const |
|
inlineinherited |
Returns true if evalArgs has been called with no errors.
Definition at line 103 of file CmdLineArgs2.h.
◆ elements
T std::map< K, T >::elements |
|
inherited |
◆ keys
◆ m_allowedTypes
std::vector<std::string> pool::CmdLineArgs2::m_allowedTypes |
|
privateinherited |
◆ m_argsfine
bool pool::CmdLineArgs2::m_argsfine |
|
protectedinherited |
◆ m_argv
std::vector<std::string> pool::CmdLineArgs2::m_argv |
|
protectedinherited |
◆ m_collCatalogReadVec
std::vector<std::string> pool::CatalogInfo::m_collCatalogReadVec |
|
private |
◆ m_fileCatalogReadVec
std::vector<std::string> pool::CatalogInfo::m_fileCatalogReadVec |
|
private |
◆ m_id
std::string pool::CmdLineArgs2::m_id |
|
privateinherited |
◆ m_ignoreMissingArgs
bool pool::CmdLineArgs2::m_ignoreMissingArgs |
|
protectedinherited |
◆ m_quals
◆ m_valid
bool pool::CatalogInfo::m_valid |
|
private |
The documentation for this class was generated from the following file: