#include <src/H5VLconnector.h>
|
void *(* | create )(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void **req) |
|
void *(* | open )(const char *name, unsigned flags, hid_t fapl_id, hid_t dxpl_id, void **req) |
|
herr_t(* | get )(void *obj, H5VL_file_get_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | specific )(void *obj, H5VL_file_specific_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | optional )(void *obj, H5VL_optional_args_t *args, hid_t dxpl_id, void **req) |
|
herr_t(* | close )(void *file, hid_t dxpl_id, void **req) |
|
◆ close
herr_t(* close) (void *file, hid_t dxpl_id, void **req) |
◆ create
void *(* create) (const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void **req) |
◆ get
◆ open
void *(* open) (const char *name, unsigned flags, hid_t fapl_id, hid_t dxpl_id, void **req) |
◆ optional
◆ specific
The documentation for this struct was generated from the following file: