IODA
Has_Variables_c.h File Reference

C bindings for ioda::Has_Variables More...

#include <stdbool.h>
#include "../defs.h"
#include "./Variable_Creation_Parameters_c.h"
#include "./c_binding_macros.h"
Include dependency graph for Has_Variables_c.h:
This graph shows which files directly or indirectly include this file:

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_tioda_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_variableioda_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)
 

Detailed Description

Macro Definition Documentation

◆ IODA_HAS_VARIABLES_CREATE_FUNC_TEMPLATE

#define IODA_HAS_VARIABLES_CREATE_FUNC_TEMPLATE (   shortnamestr,
  basenamestr 
)
Value:
struct ioda_variable* (*shortnamestr)( \
struct ioda_has_variables*, size_t, const char*, size_t, const long*, const long*, \

Definition at line 132 of file Has_Variables_c.h.