27 #define slin(x) sslin(x)
30 errlin = "Error in " __FILE__ " at line " slin(__LINE__) ".\n"; \
34 int main(
int argc,
char** argv) {
36 const char* errlin = NULL;
64 if (g3_list->
n != 1)
doErr;
67 if (g4_list->n != 2)
doErr;
79 printf(
"%s", (errlin) ? errlin :
"An unknown error has occurred somewhere.");
84 if (g4_list)
ioda.Strings.destruct(g4_list);
85 if (g3_list)
ioda.Strings.destruct(g3_list);
Groups are a new implementation of ObsSpaces.
virtual Group open(const std::string &name) const
Open a group.
virtual bool exists(const std::string &name) const
virtual Group create(const std::string &name)
Create a group.
std::vector< std::string > list() const
List all one-level child groups in this group.
Common preprocessor definitions used throughout IODA.
IODA_DL struct c_ioda use_c_ioda()
Creates and returns a c_ioda struct that has all of the function pointers filled in.
int main(int argc, char **argv)
IODA_DL void ioda_group_destruct(struct ioda_group *grp)
Frees a ioda_group.
C bindings for ioda-engines.
The backends that implement the ioda-engines functionality.
Return type when arrays of strings are encountered.