![]() |
HDF5
1.13.0
|
#include "H5public.h"
Macros | |
#define | H5PL_NO_PLUGIN "::" |
#define | H5PL_FILTER_PLUGIN 0x0001 |
#define | H5PL_VOL_PLUGIN 0x0002 |
#define | H5PL_ALL_PLUGIN 0xFFFF |
Enumerations | |
enum | H5PL_type_t { H5PL_TYPE_ERROR = -1, H5PL_TYPE_FILTER = 0, H5PL_TYPE_VOL = 1, H5PL_TYPE_NONE = 2, H5PL_TYPE_ERROR = -1, H5PL_TYPE_FILTER = 0, H5PL_TYPE_VOL = 1, H5PL_TYPE_NONE = 2 } |
Functions | |
herr_t | H5PLset_loading_state (unsigned int plugin_control_mask) |
herr_t | H5PLget_loading_state (unsigned int *plugin_control_mask) |
herr_t | H5PLappend (const char *search_path) |
herr_t | H5PLprepend (const char *search_path) |
herr_t | H5PLreplace (const char *search_path, unsigned int index) |
herr_t | H5PLinsert (const char *search_path, unsigned int index) |
herr_t | H5PLremove (unsigned int index) |
ssize_t | H5PLget (unsigned int index, char *path_buf, size_t buf_size) |
herr_t | H5PLsize (unsigned int *num_paths) |
#define H5PL_ALL_PLUGIN 0xFFFF |
#define H5PL_FILTER_PLUGIN 0x0001 |
#define H5PL_NO_PLUGIN "::" |
#define H5PL_VOL_PLUGIN 0x0002 |
enum H5PL_type_t |
herr_t H5PLappend | ( | const char * | search_path | ) |
ssize_t H5PLget | ( | unsigned int | index, |
char * | path_buf, | ||
size_t | buf_size | ||
) |
herr_t H5PLget_loading_state | ( | unsigned int * | plugin_control_mask | ) |
herr_t H5PLinsert | ( | const char * | search_path, |
unsigned int | index | ||
) |
herr_t H5PLprepend | ( | const char * | search_path | ) |
herr_t H5PLremove | ( | unsigned int | index | ) |
herr_t H5PLreplace | ( | const char * | search_path, |
unsigned int | index | ||
) |
herr_t H5PLset_loading_state | ( | unsigned int | plugin_control_mask | ) |
herr_t H5PLsize | ( | unsigned int * | num_paths | ) |