65 int main(
int argc,
char** argv) {
110 bool g3exists =
g1.exists(
"g3");
111 if (!g3exists)
throw;
115 bool g4exists =
g1.exists(
"g3/g4");
116 if (!g4exists)
throw;
121 vector<string> g3children =
g3.list();
122 if (g3children.size() != 1)
126 vector<string> g4children =
g4.list();
127 if (g4children.size() != 2)
175 }
catch (
const std::exception& e) {
Definitions for setting up backends with file and memory I/O.
Interfaces for ioda::Group and related classes.
Groups are a new implementation of ObsSpaces.
IODA_DL Group constructFromCmdLine(int argc, char **argv, const std::string &defaultFilename)
This is a wrapper function around the constructBackend function for creating a backend based on comma...
int main(int argc, char **argv)
IODA_DL void unwind_exception_stack(const std::exception &e, std::ostream &out=std::cerr, int level=0)
Convenience function for unwinding an exception stack.