CoolProp
6.6.1dev
An open-source fluid property and humid air property database
|
Definition at line 272 of file Configuration.h.
#include <Configuration.h>
Public Member Functions | |
Configuration () | |
~Configuration () | |
ConfigurationItem & | get_item (configuration_keys key) |
Get an item from the configuration. More... | |
void | add_item (ConfigurationItem item) |
Add an item to the configuration. More... | |
std::map< configuration_keys, ConfigurationItem > & | get_items (void) |
Return a reference to all of the items. More... | |
void | set_defaults (void) |
Set the default values in the configuration. More... | |
Protected Attributes | |
std::map< configuration_keys, ConfigurationItem > | items |
|
inline |
Definition at line 278 of file Configuration.h.
|
inline |
Definition at line 281 of file Configuration.h.
|
inline |
Add an item to the configuration.
Definition at line 296 of file Configuration.h.
|
inline |
Get an item from the configuration.
Definition at line 284 of file Configuration.h.
|
inline |
Return a reference to all of the items.
Definition at line 302 of file Configuration.h.
|
inline |
Set the default values in the configuration.
Definition at line 307 of file Configuration.h.
|
protected |
Definition at line 275 of file Configuration.h.