IODA
Has_Attributes_c.h File Reference

C bindings for ioda::Has_Attributes More...

#include <stdbool.h>
#include "../defs.h"
#include "./c_binding_macros.h"
Include dependency graph for Has_Attributes_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_attributes
 Class-like encapsulation of C has_attributes functions. More...
 

Macros

#define IODA_HAS_ATTRIBUTES_CREATE_TEMPLATE(funcnamestr, junk)
 See ioda_has_attributes_create . More...
 
#define IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE(shortnamestr, basenamestr)
 

Functions

IODA_DL void ioda_has_attributes_destruct (struct ioda_has_attributes *has_atts)
 Deallocates a ioda_has_attributes_object. More...
 
IODA_DL struct ioda_string_ret_tioda_has_attributes_list (const struct ioda_has_attributes *)
 List the names of the attributes associated with an object. More...
 
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. More...
 
IODA_DL bool ioda_has_attributes_remove (struct ioda_has_attributes *has_atts, size_t sz_name, const char *name)
 Remove an attribute. More...
 
IODA_DL struct ioda_attributeioda_has_attributes_open (const struct ioda_has_attributes *has_atts, size_t sz_name, const char *name)
 Open (access) an attribute by name. More...
 
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. More...
 
 C_TEMPLATE_FUNCTION_DECLARATION (ioda_has_attributes_create, IODA_HAS_ATTRIBUTES_CREATE_TEMPLATE)
 

Detailed Description

Macro Definition Documentation

◆ IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE

#define IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE (   shortnamestr,
  basenamestr 
)
Value:
struct ioda_attribute* (*shortnamestr)(struct ioda_has_attributes*, size_t, const char*, size_t, \
const long*);

Definition at line 139 of file Has_Attributes_c.h.