hold a single job option (parameter and value)
More...
#include <JobOption.h>
|
std::ostream & | indent (std::ostream &o, int lvl, int size) const |
|
hold a single job option (parameter and value)
Definition at line 32 of file JobOption.h.
◆ JobOption()
TrigConf::JobOption::JobOption |
( |
const std::string & |
cp_alias, |
|
|
const std::string & |
name, |
|
|
const std::string & |
type, |
|
|
const std::string & |
op, |
|
|
const std::string & |
value |
|
) |
| |
constructor
- Parameters
-
cp_alias | alias of the component the joboption belongs to (name of instance of component) |
name | name of the joboption parameter |
type | type of the joboption parameter |
op | set-flag (not used) |
value | value of joboption parameter |
Definition at line 23 of file JobOption.cxx.
◆ ~JobOption()
virtual TrigConf::JobOption::~JobOption |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ comment()
const std::string& TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ component_alias()
const std::string& TrigConf::JobOption::component_alias |
( |
| ) |
const |
|
inline |
◆ id()
unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
std::ostream & TrigConfData::indent |
( |
std::ostream & |
o, |
|
|
int |
lvl, |
|
|
int |
size |
|
) |
| const |
|
protectedinherited |
◆ name()
const std::string& TrigConf::JobOption::name |
( |
| ) |
const |
|
inline |
accessor to component alias
accessor to parameter name
Definition at line 54 of file JobOption.h.
◆ op()
const std::string& TrigConf::JobOption::op |
( |
| ) |
const |
|
inline |
accessor to optional set flag
Definition at line 56 of file JobOption.h.
◆ print()
void TrigConf::JobOption::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
|
overridevirtual |
◆ printNameIdV()
void TrigConfData::printNameIdV |
( |
const std::string & |
indent = "" | ) |
const |
|
inherited |
◆ setComment()
void TrigConf::TrigConfData::setComment |
( |
const std::string & |
c | ) |
|
|
inlineinherited |
◆ setId()
void TrigConf::TrigConfData::setId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setName()
void TrigConf::TrigConfData::setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
◆ setSMK()
void TrigConf::TrigConfData::setSMK |
( |
int |
id | ) |
|
|
inlineinherited |
◆ setSuperMasterTableId()
void TrigConf::TrigConfData::setSuperMasterTableId |
( |
int |
id | ) |
|
|
inlineinherited |
◆ setVersion()
void TrigConf::TrigConfData::setVersion |
( |
unsigned int |
version | ) |
|
|
inlineinherited |
◆ smk()
unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ superMasterTableId()
int TrigConf::TrigConfData::superMasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ type()
const std::string& TrigConf::JobOption::type |
( |
| ) |
const |
|
inline |
accessor to parameter type
Definition at line 55 of file JobOption.h.
◆ value()
const std::string& TrigConf::JobOption::value |
( |
| ) |
const |
|
inline |
accessor to parameter value
Definition at line 57 of file JobOption.h.
◆ version()
unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ operator<<
Definition at line 41 of file JobOption.cxx.
42 o <<
"JobOption: " << jo.component_alias() <<
"." << jo.name() <<
" = " << jo.value()
43 <<
" type: " << jo.type() <<
"\t op: " << jo.op();
◆ m_comment
std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_Component_Alias
std::string TrigConf::JobOption::m_Component_Alias |
|
private |
accessor to component alias
Definition at line 65 of file JobOption.h.
◆ m_id
unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_name
std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_Name
std::string TrigConf::JobOption::m_Name |
|
private |
accessor to parameter name
Definition at line 66 of file JobOption.h.
◆ m_Op
std::string TrigConf::JobOption::m_Op |
|
private |
accessor to optional set flag
Definition at line 68 of file JobOption.h.
◆ m_smk
unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_Type
std::string TrigConf::JobOption::m_Type |
|
private |
accessor to parameter type
Definition at line 67 of file JobOption.h.
◆ m_Value
std::string TrigConf::JobOption::m_Value |
|
private |
accessor to parameter value
Definition at line 69 of file JobOption.h.
◆ m_version
unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
The documentation for this class was generated from the following files: