70 size_t sz_name,
const char*
name);
85 const char* oldname,
size_t sz_newname,
121 #define IODA_HAS_ATTRIBUTES_CREATE_TEMPLATE(funcnamestr, junk) \
122 IODA_DL struct ioda_attribute* funcnamestr(struct ioda_has_attributes* has_atts, size_t sz_name, \
123 const char* name, size_t n_dims, const long* dims);
139 #define IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE(shortnamestr, basenamestr) \
140 struct ioda_attribute* (*shortnamestr)(struct ioda_has_attributes*, size_t, const char*, size_t, \
#define IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE(shortnamestr, basenamestr)
C bindings interface to templated C++ ioda classes and functions.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
#define IODA_HAS_ATTRIBUTES_CREATE_TEMPLATE(funcnamestr, junk)
See ioda_has_attributes_create .
C_TEMPLATE_FUNCTION_DECLARATION(ioda_has_attributes_create, IODA_HAS_ATTRIBUTES_CREATE_TEMPLATE)
IODA_DL bool ioda_has_attributes_rename(struct ioda_has_attributes *has_atts, size_t sz_oldname, const char *oldname, size_t sz_newname, const char *newname)
Rename an attribute.
IODA_DL struct ioda_attribute * ioda_has_attributes_open(const struct ioda_has_attributes *has_atts, size_t sz_name, const char *name)
Open (access) an attribute by name.
IODA_DL void ioda_has_attributes_destruct(struct ioda_has_attributes *has_atts)
Deallocates a ioda_has_attributes_object.
IODA_DL struct ioda_string_ret_t * ioda_has_attributes_list(const struct ioda_has_attributes *)
List the names of the attributes associated with an object.
IODA_DL bool ioda_has_attributes_remove(struct ioda_has_attributes *has_atts, size_t sz_name, const char *name)
Remove an attribute.
IODA_DL int ioda_has_attributes_exists(const struct ioda_has_attributes *has_atts, size_t sz_name, const char *name)
Check if an attribute exists.
Class-like encapsulation of C has_attributes functions.
bool(* rename_att)(struct ioda_has_attributes *, size_t, const char *, size_t, const char *)
C_TEMPLATE_FUNCTION_DECLARATION_3(create, ioda_has_attributes_create, IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE)
int(* exists)(const struct ioda_has_attributes *, size_t, const char *)
void(* destruct)(struct ioda_has_attributes *)
bool(* remove)(struct ioda_has_attributes *, size_t, const char *)
Return type when arrays of strings are encountered.