Public Member Functions | |
Args () | |
std::vector< std::string > | arguments () const |
std::string | command () const |
void | defineOption (const std::string &fOption, const std::string &fComment="") |
void | defineParameter (const std::string &fParameter, const std::string &fComment="") |
std::string | getParameter (const std::string &fKey) |
bool | optionIsSet (const std::string &fOption) const |
void | parse (int nArgs, char *fArgs []) |
void | printOptionsHelp () const |
~Args () | |
Private Attributes | |
std::vector< std::string > | mArgs |
std::map< std::string, std::string > | mComments |
std::vector< std::string > | mOptions |
std::vector< std::string > | mParameters |
std::map< std::string, std::string > | mParsed |
std::string | mProgramName |
Definition at line 31 of file hcalPublishConditions.cc.
|
inline |
Definition at line 33 of file hcalPublishConditions.cc.
|
inline |
Definition at line 34 of file hcalPublishConditions.cc.
std::vector< std::string > Args::arguments | ( | ) | const |
Definition at line 181 of file hcalInitDb.cc.
std::string Args::command | ( | ) | const |
void Args::defineOption | ( | const std::string & | fOption, |
const std::string & | fComment = "" |
||
) |
Definition at line 125 of file hcalInitDb.cc.
References defineOption().
Referenced by defineOption().
void Args::defineParameter | ( | const std::string & | fParameter, |
const std::string & | fComment = "" |
||
) |
Definition at line 130 of file hcalInitDb.cc.
References defineParameter().
Referenced by defineParameter().
std::string Args::getParameter | ( | const std::string & | fKey | ) |
Definition at line 187 of file hcalInitDb.cc.
References getParameter().
Referenced by getParameter(), and Mixins._Parameterizable::hasParameter().
bool Args::optionIsSet | ( | const std::string & | fOption | ) | const |
Definition at line 183 of file hcalInitDb.cc.
References optionIsSet().
Referenced by optionIsSet().
void Args::parse | ( | int | nArgs, |
char * | fArgs[] | ||
) |
Definition at line 135 of file hcalInitDb.cc.
References DMR_cfg::cerr, spr::find(), and AlCaHLTBitMon_QueryRunRegistry::string.
void Args::printOptionsHelp | ( | ) | const |
Definition at line 158 of file hcalInitDb.cc.
References edmScanValgrind::buffer, gather_cfg::cout, mps_fire::i, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, printOptionsHelp(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by printOptionsHelp().
|
private |
Definition at line 47 of file hcalPublishConditions.cc.
|
private |
Definition at line 49 of file hcalPublishConditions.cc.
|
private |
Definition at line 45 of file hcalPublishConditions.cc.
|
private |
Definition at line 46 of file hcalPublishConditions.cc.
|
private |
Definition at line 48 of file hcalPublishConditions.cc.
|
private |
Definition at line 44 of file hcalPublishConditions.cc.