IODA
|
Provides the C interface for ioda. More...
Modules | |
Examples | |
C Usage Examples. | |
API | |
C API. | |
Files | |
file | ioda_c.cpp |
C bindings for ioda-engines. | |
Functions | |
c_ioda | use_c_ioda () |
Creates and returns a c_ioda struct that has all of the function pointers filled in. More... | |
Provides the C interface for ioda.
c_ioda use_c_ioda | ( | ) |
Creates and returns a c_ioda struct that has all of the function pointers filled in.
Unfortunately, you can't have a default initializer in a struct in C.
Definition at line 18 of file ioda_c.cpp.