#include <Properties.h>
Definition at line 11 of file Properties.h.
ora::Properties::Properties |
( |
| ) |
|
Definition at line 3 of file Properties.cc.
std::map< std::string, std::string > m_properties
std::set< std::string > m_flags
ora::Properties::~Properties |
( |
| ) |
|
|
virtual |
bool ora::Properties::getFlag |
( |
const std::string & |
flagName | ) |
const |
std::string ora::Properties::getProperty |
( |
const std::string & |
propertyName | ) |
const |
bool ora::Properties::hasProperty |
( |
const std::string & |
propertyName | ) |
const |
Definition at line 23 of file Properties.cc.
std::map< std::string, std::string > m_properties
bool ora::Properties::removeFlag |
( |
const std::string & |
flagName | ) |
|
bool ora::Properties::removeProperty |
( |
const std::string & |
propertyName | ) |
|
Definition at line 44 of file Properties.cc.
References runTheMatrix::ret.
tuple ret
prodAgent to be discontinued
std::map< std::string, std::string > m_properties
void ora::Properties::setFlag |
( |
const std::string & |
flagName | ) |
|
Definition at line 19 of file Properties.cc.
std::set< std::string > m_flags
bool ora::Properties::setProperty |
( |
const std::string & |
propertyName, |
|
|
const std::string & |
propertyValue |
|
) |
| |
Definition at line 9 of file Properties.cc.
References runTheMatrix::ret.
15 m_properties.insert(std::make_pair(propertyName,propertyValue));
tuple ret
prodAgent to be discontinued
std::map< std::string, std::string > m_properties
std::set<std::string> ora::Properties::m_flags |
|
private |
std::map<std::string,std::string> ora::Properties::m_properties |
|
private |