IODA
c_variable_creation_parameters Struct Reference

Class-like encapsulation of C variable creation parameters functions. More...

#include <Variable_Creation_Parameters_c.h>

Collaboration diagram for c_variable_creation_parameters:

Public Member Functions

 C_TEMPLATE_FUNCTION_DEFINITION_NOSTR (setFillValue, IODA_VCP_FILL_TEMPLATE2)
 

Public Attributes

void(* destruct )(struct ioda_variable_creation_parameters *)
 
struct ioda_variable_creation_parameters *(* create )()
 
struct ioda_variable_creation_parameters *(* clone )(const struct ioda_variable_creation_parameters *)
 
void(* chunking )(struct ioda_variable_creation_parameters *, bool, size_t, const ptrdiff_t *)
 
void(* noCompress )(struct ioda_variable_creation_parameters *)
 
void(* compressWithGZIP )(struct ioda_variable_creation_parameters *, int)
 
void(* compressWithSZIP )(struct ioda_variable_creation_parameters *, unsigned, unsigned)
 

Detailed Description

Class-like encapsulation of C variable creation parameters functions.

See also
c_ioda for an example.
use_c_ioda for an example.
Todo:
Add attributes!

Definition at line 128 of file Variable_Creation_Parameters_c.h.


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