MCPcopy Create free account
hub / github.com/Cantera/cantera / tokenizePath

Function tokenizePath

src/base/stringUtils.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void tokenizePath(const string& in_val, vector<string>& v)
197{
198 string val = ba::trim_copy(in_val);
199 v.clear();
200 ba::split(v, val, ba::is_any_of("/\\"), ba::token_compress_on);
201}
202
203size_t copyString(const string& source, char* dest, size_t length)
204{

Callers 2

SolutionArray.cppFile · 0.85
checkGroupReadMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected