CoolProp
6.6.0
An open-source fluid property and humid air property database
|
#include "CPstrings.h"
#include "crossplatform_shared_ptr.h"
#include <cstdio>
#include <vector>
#include <string>
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.