IODA
Attribute_c.cpp File Reference

C bindings for ioda::Attribute More...

Include dependency graph for Attribute_c.cpp:

Go to the source code of this file.

Macros

#define IODA_ATTRIBUTE_ISA_IMPL(funcnamestr, Type)
 
#define IODA_ATTRIBUTE_WRITE(funcnamestr, Type)
 
#define IODA_ATTRIBUTE_READ(funcnamestr, Type)
 

Functions

IODA_DL void ioda_attribute_destruct (struct ioda_attribute *att)
 Deallocates an attribute. More...
 
ioda_dimensionsioda_attribute_get_dimensions (const ioda_attribute *att)
 
 C_TEMPLATE_FUNCTION_DEFINITION (ioda_attribute_isa, IODA_ATTRIBUTE_ISA_IMPL)
 
 C_TEMPLATE_FUNCTION_DEFINITION_NOSTR (ioda_attribute_write, IODA_ATTRIBUTE_WRITE)
 
IODA_DL bool ioda_attribute_write_str (ioda_attribute *att, size_t sz, const char *const *vals)
 
 C_TEMPLATE_FUNCTION_DEFINITION_NOSTR (ioda_attribute_read, IODA_ATTRIBUTE_READ)
 
IODA_DL ioda_string_ret_tioda_attribute_read_str (const ioda_attribute *att)
 

Detailed Description