IODA
|
Go to the source code of this file.
Namespaces | |
ioda | |
Functions | |
IODA_DL std::vector< std::string > | ioda::splitPaths (const std::string &p) |
Split a string based on occurances of the '/' character. More... | |
IODA_DL std::string | ioda::condensePaths (const std::vector< std::string > &p, size_t start=0, size_t end=std::string::npos) |
The inverse of splitPaths. Concatenate strings, separating with '/'. More... | |
std::vector< std::string > | ioda::concatenateStringVectors (const std::vector< std::vector< std::string > > &stringVectors) |
IODA_DL std::string | ioda::convertV1PathToV2Path (const std::string &path) |
Split path into substrings separated by @ characters, then concatenate them in reverse order, replacing the @ s with / s. More... | |