58 #define IODA_ATTRIBUTE_ISA_TEMPLATE(funcnamestr, junk) \
59 IODA_DL int funcnamestr(const struct ioda_attribute* att);
83 #define IODA_ATTRIBUTE_WRITE_TEMPLATE(funcnamestr, Type) \
84 IODA_DL bool funcnamestr(struct ioda_attribute* att, size_t sz, const Type* vals);
87 const char*
const* vals);
109 #define IODA_ATTRIBUTE_READ_TEMPLATE(funcnamestr, Type) \
110 IODA_DL bool funcnamestr(const struct ioda_attribute* att, size_t sz, Type* vals);
124 #define IODA_ATTRIBUTE_ISA_FUNC_TEMPLATE(shortnamestr, basenamestr) \
125 int (*shortnamestr)(const struct ioda_attribute*);
129 #define IODA_ATTRIBUTE_WRITE_FUNC_TEMPLATE(shortnamestr, basenamestr, Type) \
130 bool (*shortnamestr)(struct ioda_attribute*, size_t, const Type*);
132 IODA_ATTRIBUTE_WRITE_FUNC_TEMPLATE);
133 bool (*write_str)(
struct ioda_attribute*, size_t,
const char*
const*);
136 #define IODA_ATTRIBUTE_READ_FUNC_TEMPLATE(shortnamestr, basenamestr, Type) \
137 bool (*shortnamestr)(const struct ioda_attribute*, size_t, Type*);
139 IODA_ATTRIBUTE_READ_FUNC_TEMPLATE);
C bindings interface to templated C++ ioda classes and functions.
IODA_DL struct ioda_dimensions * ioda_attribute_get_dimensions(const struct ioda_attribute *att)
Gets an attribute's dimensions.
IODA_DL void ioda_attribute_destruct(struct ioda_attribute *att)
Deallocates an attribute.
IODA_DL ioda_string_ret_t * ioda_attribute_read_str(const ioda_attribute *att)
IODA_DL bool ioda_attribute_write_str(ioda_attribute *att, size_t sz, const char *const *vals)
#define C_TEMPLATE_FUNCTION_DECLARATION_4_NOSTR(shortname, basename, PATTERN)
#define C_TEMPLATE_FUNCTION_DEFINITION_NOSTR(funcname, PATTERN)
#define C_TEMPLATE_FUNCTION_DECLARATION(funcname, PATTERN)
Used to expand templates to provide bindings for template-deprived languages (C, Fortran).
#define C_TEMPLATE_FUNCTION_DECLARATION_3(shortname, basename, PATTERN)
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
Return type when arrays of strings are encountered.