Definition at line 61 of file CoolPropTools.h.
#include <CoolPropTools.h>
◆ Dictionary()
Dictionary::Dictionary |
( |
| ) |
|
|
inline |
◆ add_double_vector()
void Dictionary::add_double_vector |
( |
const std::string & |
s1, |
|
|
const std::vector< double > & |
d |
|
) |
| |
|
inline |
◆ add_number()
void Dictionary::add_number |
( |
const std::string & |
s1, |
|
|
double |
d |
|
) |
| |
|
inline |
◆ add_string()
void Dictionary::add_string |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 |
|
) |
| |
|
inline |
◆ add_string_vector()
void Dictionary::add_string_vector |
( |
const std::string & |
s1, |
|
|
const std::vector< std::string > & |
d |
|
) |
| |
|
inline |
◆ get_double() [1/2]
double Dictionary::get_double |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ get_double() [2/2]
double Dictionary::get_double |
( |
const std::string & |
s, |
|
|
const double |
default_value |
|
) |
| const |
|
inline |
Get a double, or return the default value if not found.
Definition at line 111 of file CoolPropTools.h.
◆ get_double_vector()
const std::vector<double>& Dictionary::get_double_vector |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ get_number()
double Dictionary::get_number |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ get_string()
std::string Dictionary::get_string |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ get_string_vector()
const std::vector<std::string>& Dictionary::get_string_vector |
( |
const std::string & |
s | ) |
const |
|
inline |
◆ has_number()
bool Dictionary::has_number |
( |
const std::string & |
s1 | ) |
|
|
inline |
◆ is_empty()
bool Dictionary::is_empty |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: