|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
Definition at line 138 of file Configuration.h.
#include <Configuration.h>
Public Member Functions | |
| Configuration () | |
| ~Configuration ()=default | |
| ConfigurationItem & | get_item (configuration_keys key) |
| Get an item from the configuration. More... | |
| void | add_item (const ConfigurationItem &item) |
| Add an item to the configuration. More... | |
| std::unordered_map< configuration_keys, ConfigurationItem > & | get_items () |
| Return a reference to all of the items. More... | |
| bool | possibly_set_from_env (configuration_keys key) |
| void | set_defaults () |
| Set the default values in the configuration. More... | |
Protected Attributes | |
| std::unordered_map< configuration_keys, ConfigurationItem > | items |
|
inline |
Definition at line 144 of file Configuration.h.
|
default |
|
inline |
Add an item to the configuration.
Definition at line 162 of file Configuration.h.
|
inline |
Get an item from the configuration.
Definition at line 150 of file Configuration.h.
|
inline |
Return a reference to all of the items.
Definition at line 168 of file Configuration.h.
|
inline |
Try to get from environment variable with the key name, prefixed by "COOLPROP_"
Definition at line 172 of file Configuration.h.
|
inline |
Set the default values in the configuration.
Definition at line 244 of file Configuration.h.
|
protected |
Definition at line 141 of file Configuration.h.