HDF5  1.12.0
H5PLpublic.h File Reference

Typedefs

typedef enum H5PL_type_t H5PL_type_t
 

Enumerations

enum  H5PL_type_t { H5PL_TYPE_ERROR = -1, H5PL_TYPE_FILTER = 0, H5PL_TYPE_VOL = 1, H5PL_TYPE_NONE = 2 }
 

Functions

H5_DLL herr_t H5PLset_loading_state (unsigned int plugin_control_mask)
 
H5_DLL herr_t H5PLget_loading_state (unsigned int *plugin_control_mask)
 
H5_DLL herr_t H5PLappend (const char *search_path)
 
H5_DLL herr_t H5PLprepend (const char *search_path)
 
H5_DLL herr_t H5PLreplace (const char *search_path, unsigned int index)
 
H5_DLL herr_t H5PLinsert (const char *search_path, unsigned int index)
 
H5_DLL herr_t H5PLremove (unsigned int index)
 
H5_DLL ssize_t H5PLget (unsigned int index, char *path_buf, size_t buf_size)
 
H5_DLL herr_t H5PLsize (unsigned int *num_paths)
 

Typedef Documentation

◆ H5PL_type_t

typedef enum H5PL_type_t H5PL_type_t

Enumeration Type Documentation

◆ H5PL_type_t

Enumerator
H5PL_TYPE_ERROR 
H5PL_TYPE_FILTER 
H5PL_TYPE_VOL 
H5PL_TYPE_NONE 

Function Documentation

◆ H5PLappend()

H5_DLL herr_t H5PLappend ( const char *  search_path)

◆ H5PLget()

H5_DLL ssize_t H5PLget ( unsigned int  index,
char *  path_buf,
size_t  buf_size 
)

◆ H5PLget_loading_state()

H5_DLL herr_t H5PLget_loading_state ( unsigned int *  plugin_control_mask)

◆ H5PLinsert()

H5_DLL herr_t H5PLinsert ( const char *  search_path,
unsigned int  index 
)

◆ H5PLprepend()

H5_DLL herr_t H5PLprepend ( const char *  search_path)

◆ H5PLremove()

H5_DLL herr_t H5PLremove ( unsigned int  index)

◆ H5PLreplace()

H5_DLL herr_t H5PLreplace ( const char *  search_path,
unsigned int  index 
)

◆ H5PLset_loading_state()

H5_DLL herr_t H5PLset_loading_state ( unsigned int  plugin_control_mask)

◆ H5PLsize()

H5_DLL herr_t H5PLsize ( unsigned int *  num_paths)