
#include <base/EnvProperties.hpp>
Public Member Functions | |
| EnvironmentProperties () | |
| virtual | ~EnvironmentProperties () |
| bool | setValue (std::string Key, const bool Value) |
| bool | setValue (std::string Key, const 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 |
Destructor
| bool openfluid::base::EnvironmentProperties::getValue | ( | std::string | Key, |
| bool & | Value | ||
| ) | const |
Gets the boolean value assigned to the key
| bool openfluid::base::EnvironmentProperties::getValue | ( | std::string | Key, |
| std::string & | Value | ||
| ) | const |
Gets the string value assigned to the key
| bool openfluid::base::EnvironmentProperties::setValue | ( | std::string | Key, |
| const bool | Value | ||
| ) |
Assigns a boolean value to the corresponding key
| bool openfluid::base::EnvironmentProperties::setValue | ( | std::string | Key, |
| const std::string & | Value | ||
| ) |
Assigns a string value to the corresponding key
1.8.6