
Public Member Functions | |
| EnvironmentProperties () | |
| virtual | ~EnvironmentProperties () |
| bool | setValue (std::string Key, bool Value) |
| bool | setValue (std::string Key, std::string Value) |
| bool | getValue (std::string Key, bool *Value) const |
| bool | getValue (std::string Key, std::string *Value) const |
Class containing execution environment information for funtions
| openfluid::base::EnvironmentProperties::EnvironmentProperties | ( | ) |
Constructor
| virtual openfluid::base::EnvironmentProperties::~EnvironmentProperties | ( | ) | [virtual] |
Destructor
| bool openfluid::base::EnvironmentProperties::getValue | ( | std::string | Key, | |
| std::string * | Value | |||
| ) | const |
Gets the string value assigned to the key
| bool openfluid::base::EnvironmentProperties::getValue | ( | std::string | Key, | |
| bool * | Value | |||
| ) | const |
Gets the boolean value assigned to the key
| bool openfluid::base::EnvironmentProperties::setValue | ( | std::string | Key, | |
| std::string | Value | |||
| ) |
Assigns a string value to the corresponding key
| bool openfluid::base::EnvironmentProperties::setValue | ( | std::string | Key, | |
| bool | Value | |||
| ) |
Assigns a boolean value to the corresponding key
Creative Commons By-NC-ND license