Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.4.0
API Reference
Loading...
Searching...
No Matches
hfile_atexit_priv.h File Reference
#include "hdf.h"

Data Structures

struct  hfile_atexit_t

Macros

#define ATEXIT_ARRAY_INCR   16

Functions

int hfile_atexit_create (hfile_atexit_t **ha)
int hfile_atexit_add (hfile_atexit_t *ha, hdf_termfunc_t func)
int hfile_atexit_execute_all (hfile_atexit_t *ha)
int hfile_atexit_destroy (hfile_atexit_t **ha)

Macro Definition Documentation

◆ ATEXIT_ARRAY_INCR

#define ATEXIT_ARRAY_INCR   16

Function Documentation

◆ hfile_atexit_add()

int hfile_atexit_add ( hfile_atexit_t * ha,
hdf_termfunc_t func )
extern

◆ hfile_atexit_create()

int hfile_atexit_create ( hfile_atexit_t ** ha)
extern

◆ hfile_atexit_destroy()

int hfile_atexit_destroy ( hfile_atexit_t ** ha)
extern

◆ hfile_atexit_execute_all()

int hfile_atexit_execute_all ( hfile_atexit_t * ha)
extern