IODA

C++ API. More...

Collaboration diagram for API:

Modules

 Attributes and Has_Attributes
 Ancillary data attached to variables and groups.
 
 Engines
 Public API for engines.
 
 Groups and Data Layout
 Public API for ioda::Group, ioda::ObsGroup, and data layout policies.
 
 Type System
 The data type system.
 
 Variables, Data Access, and Selections
 The main data storage methods and objects in IODA.
 

Files

file  Eigen_Compat.h
 Convenience functions to work with Eigen objects.
 

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...
 

Detailed Description

C++ API.

Function Documentation

◆ condensePaths()

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 '/'.

Parameters
prepresents the path components.
startis an index of the vector to start with.
endis an index of the vector to end with. If set to std::string::npos, then the end will be determined from p.size().
Returns
The resulting string.

Definition at line 41 of file StringFuncs.cpp.

Here is the caller graph for this function:

◆ splitPaths()

std::vector< std::string > ioda::splitPaths ( const std::string &  p)

Split a string based on occurances of the '/' character.

Parameters
pis the input path
Returns
The split path components.

Definition at line 14 of file StringFuncs.cpp.

Here is the caller graph for this function: