CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <MPLPlot.h>
Public Member Functions | |
Dictionary (void) | |
void | add (std::string key, double value) |
Add a floating point value to the dictionary. More... | |
void | add (std::string key, std::string value) |
Add a string to the dictionary. More... | |
std::string | print_call () |
Public Attributes | |
std::map< std::string, std::string > | string_values |
std::map< std::string, double > | double_values |
A C++ equivalent of a dictionary to hold values for the plotting functions
|
inline |
|
inline |
|
inline |
std::map<std::string, std::string> Dictionary::string_values |