CoolProp
Public Member Functions | List of all members
Dictionary Class Reference

Public Member Functions

bool is_empty (void) const
 
void add_string (const std::string &s1, const std::string &s2)
 
void add_number (const std::string &s1, double d)
 
bool has_number (const std::string &s1)
 
void add_double_vector (const std::string &s1, const std::vector< double > &d)
 
void add_string_vector (const std::string &s1, const std::vector< std::string > &d)
 
std::string get_string (const std::string &s) const
 
double get_double (const std::string &s) const
 
double get_double (const std::string &s, const double default_value) const
 Get a double, or return the default value if not found.
 
double get_number (const std::string &s) const
 
const std::vector< double > & get_double_vector (const std::string &s) const
 
const std::vector< std::string > & get_string_vector (const std::string &s) const
 

The documentation for this class was generated from the following file: