#include <string>
#include <vector>
#include "ioda/defs.h"
 
Go to the source code of this file.
 | 
| 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...
  | 
|   | 
| IODA_DL std::vector< std::string >  | ioda::concatenateStringVectors (const std::vector< std::vector< std::string >> &stringVectors) | 
|   | Concatenate equal-length vectors of strings element-by-element. Removes trailing spaces.  More...
  | 
|   | 
| 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...
  | 
|   |