#include <base/EnvProperties.hpp>
Class containing execution environment information for funtions
openfluid::base::EnvironmentProperties::EnvironmentProperties |
( |
| ) |
|
virtual openfluid::base::EnvironmentProperties::~EnvironmentProperties |
( |
| ) |
|
|
virtual |
bool openfluid::base::EnvironmentProperties::getValue |
( |
std::string |
Key, |
|
|
bool & |
Value |
|
) |
| const |
Gets the boolean value assigned to the key
- Returns
- true if the value exists as a boolean
bool openfluid::base::EnvironmentProperties::getValue |
( |
std::string |
Key, |
|
|
std::string & |
Value |
|
) |
| const |
Gets the string value assigned to the key
- Returns
- true if the value exists as a string
bool openfluid::base::EnvironmentProperties::setValue |
( |
std::string |
Key, |
|
|
const bool |
Value |
|
) |
| |
Assigns a boolean value to the corresponding key
- Returns
- true if the assignment is correct
bool openfluid::base::EnvironmentProperties::setValue |
( |
std::string |
Key, |
|
|
const std::string & |
Value |
|
) |
| |
Assigns a string value to the corresponding key
- Returns
- true if the assignment is correct
The documentation for this class was generated from the following file: