|
iash
v0.5
Library to provide a bash-like shell in an application
|
This is the complete list of members for Environment, including all inherited members.
| Environment(const std::string appName="iash") | Environment | |
| getBool(const std::string &key) const | Environment | |
| getDouble(const std::string &key) const | Environment | |
| getInt(const std::string &key) const | Environment | |
| getString(const std::string &key) const | Environment | |
| iash (defined in Environment) | Environment | friend |
| rm(const std::string &key) | Environment | |
| set(const std::string &key, const std::string &value) | Environment | |
| set(const std::string &key, const bool value) | Environment | |
| set(const std::string &key, const int value) | Environment | |
| set(const std::string &key, const double value) | Environment | |
| ~Environment() (defined in Environment) | Environment | virtual |