IODA
Group_c.h File Reference

C bindings for ioda::Group More...

#include "../defs.h"
#include "Has_Attributes_c.h"
#include "Has_Variables_c.h"
Include dependency graph for Group_c.h:
This graph shows which files directly or indirectly include this file:

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_tioda_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_groupioda_group_create (struct ioda_group *base, size_t sz, const char *name)
 Create a group. More...
 
IODA_DL struct ioda_groupioda_group_open (const struct ioda_group *base, size_t sz, const char *name)
 Open a group. More...
 
IODA_DL struct ioda_has_attributesioda_group_atts (const struct ioda_group *grp)
 Access a group's attributes. More...
 
IODA_DL struct ioda_has_variablesioda_group_vars (const struct ioda_group *grp)
 Access a group's variables. More...
 

Detailed Description

C bindings for ioda::Group

Definition in file Group_c.h.