IODA
c_has_attributes Struct Reference

Class-like encapsulation of C has_attributes functions. More...

#include <Has_Attributes_c.h>

Collaboration diagram for c_has_attributes:

Public Member Functions

 C_TEMPLATE_FUNCTION_DECLARATION_3 (create, ioda_has_attributes_create, IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE)
 

Public Attributes

void(* destruct )(struct ioda_has_attributes *)
 
struct ioda_string_ret_t *(* list )(const struct ioda_has_attributes *)
 
int(* exists )(const struct ioda_has_attributes *, size_t, const char *)
 
bool(* remove )(struct ioda_has_attributes *, size_t, const char *)
 
struct ioda_attribute *(* open )(const struct ioda_has_attributes *, size_t, const char *)
 
bool(* rename_att )(struct ioda_has_attributes *, size_t, const char *, size_t, const char *)
 

Detailed Description

Class-like encapsulation of C has_attributes functions.

See also
c_ioda for an example.
use_c_ioda for an example.

Definition at line 133 of file Has_Attributes_c.h.

Member Function Documentation

◆ C_TEMPLATE_FUNCTION_DECLARATION_3()

c_has_attributes::C_TEMPLATE_FUNCTION_DECLARATION_3 ( create  ,
ioda_has_attributes_create  ,
IODA_HAS_ATTRIBUTES_CREATE_FUNC_TEMPLATE   
)

Member Data Documentation

◆ destruct

void(* c_has_attributes::destruct) (struct ioda_has_attributes *)

Definition at line 134 of file Has_Attributes_c.h.

◆ exists

int(* c_has_attributes::exists) (const struct ioda_has_attributes *, size_t, const char *)

Definition at line 136 of file Has_Attributes_c.h.

◆ list

struct ioda_string_ret_t*(* c_has_attributes::list) (const struct ioda_has_attributes *)

Definition at line 134 of file Has_Attributes_c.h.

◆ open

struct ioda_attribute*(* c_has_attributes::open) (const struct ioda_has_attributes *, size_t, const char *)

Definition at line 137 of file Has_Attributes_c.h.

◆ remove

bool(* c_has_attributes::remove) (struct ioda_has_attributes *, size_t, const char *)

Definition at line 137 of file Has_Attributes_c.h.

◆ rename_att

bool(* c_has_attributes::rename_att) (struct ioda_has_attributes *, size_t, const char *, size_t, const char *)
Note
stdio.h on some platforms already defines rename!

Definition at line 146 of file Has_Attributes_c.h.


The documentation for this struct was generated from the following file: