![]() |
HDF5
1.12.0
|
#include "H5PLmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5MMprivate.h"#include "H5PLpkg.h"#include "H5Zprivate.h"Functions | |
| herr_t | H5PL__get_plugin_control_mask (unsigned int *mask) |
| herr_t | H5PL__set_plugin_control_mask (unsigned int mask) |
| herr_t | H5PL__init_package (void) |
| int | H5PL_term_package (void) |
| const void * | H5PL_load (H5PL_type_t type, const H5PL_key_t *key) |
| herr_t | H5PL__open (const char *path, H5PL_type_t type, const H5PL_key_t *key, hbool_t *success, const void **plugin_info) |
| herr_t | H5PL__close (H5PL_HANDLE handle) |
Variables | |
| hbool_t | H5_PKG_INIT_VAR = FALSE |
| herr_t H5PL__close | ( | H5PL_HANDLE | handle | ) |
| herr_t H5PL__init_package | ( | void | ) |
| herr_t H5PL__open | ( | const char * | path, |
| H5PL_type_t | type, | ||
| const H5PL_key_t * | key, | ||
| hbool_t * | success, | ||
| const void ** | plugin_info | ||
| ) |
| const void* H5PL_load | ( | H5PL_type_t | type, |
| const H5PL_key_t * | key | ||
| ) |
| int H5PL_term_package | ( | void | ) |
1.8.18