IODA
|
C bindings for ioda::Group More...
Go to the source code of this file.
Classes | |
struct | c_ioda_group |
Spiffy C++-like container of function pointers for group methods. More... | |
Functions | |
IODA_DL void | ioda_group_destruct (struct ioda_group *grp) |
Frees a ioda_group. More... | |
IODA_DL struct ioda_string_ret_t * | ioda_group_list (const struct ioda_group *grp) |
Lists all one-level child groups. More... | |
IODA_DL int | ioda_group_exists (const struct ioda_group *base, size_t child_sz, const char *child) |
Check if a group exists. More... | |
IODA_DL struct ioda_group * | ioda_group_create (struct ioda_group *base, size_t sz, const char *name) |
Create a group. More... | |
IODA_DL struct ioda_group * | ioda_group_open (const struct ioda_group *base, size_t sz, const char *name) |
Open a group. More... | |
IODA_DL struct ioda_has_attributes * | ioda_group_atts (const struct ioda_group *grp) |
Access a group's attributes. More... | |
IODA_DL struct ioda_has_variables * | ioda_group_vars (const struct ioda_group *grp) |
Access a group's variables. More... | |
Definition in file Group_c.h.