IODA
|
C bindings for ioda::Has_Variables More...
#include <stdbool.h>
#include "../defs.h"
#include "./Variable_Creation_Parameters_c.h"
#include "./c_binding_macros.h"
Go to the source code of this file.
Classes | |
struct | c_has_variables |
Class-like encapsulation of C has_variables functions. More... | |
Macros | |
#define | IODA_HAS_VARIABLES_CREATE_TEMPLATE(funcnamestr, junk) |
See ioda_has_variables_create . More... | |
#define | IODA_HAS_VARIABLES_CREATE_FUNC_TEMPLATE(shortnamestr, basenamestr) |
Functions | |
IODA_DL void | ioda_has_variables_destruct (struct ioda_has_variables *has_vars) |
Deallocates a ioda_has_variables. More... | |
IODA_DL struct ioda_string_ret_t * | ioda_has_variables_list (const struct ioda_has_variables *) |
List the names of the variables associated with an object. More... | |
IODA_DL int | ioda_has_variables_exists (const struct ioda_has_variables *has_vars, size_t sz_name, const char *name) |
Check if a variable exists. More... | |
IODA_DL bool | ioda_has_variables_remove (struct ioda_has_variables *has_vars, size_t sz_name, const char *name) |
Remove a variable. More... | |
IODA_DL struct ioda_variable * | ioda_has_variables_open (const struct ioda_has_variables *has_vars, size_t sz_name, const char *name) |
Open (access) a variable by name. More... | |
C_TEMPLATE_FUNCTION_DECLARATION (ioda_has_variables_create, IODA_HAS_VARIABLES_CREATE_TEMPLATE) | |
C bindings for ioda::Has_Variables
Definition in file Has_Variables_c.h.
#define IODA_HAS_VARIABLES_CREATE_FUNC_TEMPLATE | ( | shortnamestr, | |
basenamestr | |||
) |
Definition at line 132 of file Has_Variables_c.h.