![]() |
HDF5
1.12.0
|
#include "H5public.h"Go to the source code of this file.
Macros | |
| #define | H5PL_NO_PLUGIN "::" |
| #define | H5PL_FILTER_PLUGIN 0x0001 |
| #define | H5PL_VOL_PLUGIN 0x0002 |
| #define | H5PL_ALL_PLUGIN 0xFFFF |
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) |
| #define H5PL_ALL_PLUGIN 0xFFFF |
| #define H5PL_FILTER_PLUGIN 0x0001 |
| #define H5PL_NO_PLUGIN "::" |
| #define H5PL_VOL_PLUGIN 0x0002 |
| typedef enum H5PL_type_t H5PL_type_t |
| enum H5PL_type_t |
1.8.18