|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
Go to the source code of this file.
Functions | |
| std::string | strjoin (const std::vector< std::string > &strings, const std::string &delim) |
| std::vector< std::string > | strsplit (const std::string &s, char del) |
| std::string strjoin | ( | const std::vector< std::string > & | strings, |
| const std::string & | delim | ||
| ) |
Definition at line 7 of file CPstrings.cpp.
| std::vector< std::string > strsplit | ( | const std::string & | s, |
| char | del | ||
| ) |
Definition at line 20 of file CPstrings.cpp.