IODA Bundle
|
Go to the source code of this file.
Classes | |
class | odc::ReaderIterator |
Namespaces | |
eckit | |
odc | |
odc::core | |
odc::sql | |
Typedefs | |
typedef void | oda |
typedef void | oda_read_iterator |
typedef void | oda_write_iterator |
Functions | |
oda_write_iterator * | odb_create_write_iterator (oda *, const char *, int *) |
int | odb_read_iterator_get_next_row (oda_read_iterator *, int, double *, int *) |
Definition in file ReaderIterator.h.
typedef void oda |
Definition at line 27 of file ReaderIterator.h.
typedef void oda_read_iterator |
Definition at line 28 of file ReaderIterator.h.
typedef void oda_write_iterator |
Definition at line 29 of file ReaderIterator.h.
oda_write_iterator* odb_create_write_iterator | ( | oda * | co, |
const char * | filename, | ||
int * | err | ||
) |
int odb_read_iterator_get_next_row | ( | oda_read_iterator * | it, |
int | count, | ||
double * | data, | ||
int * | new_dataset | ||
) |
Definition at line 336 of file odccapi.cc.