![]() |
HDF5
1.12.0
|
#include "H5private.h"#include "H5Eprivate.h"#include "H5Gprivate.h"#include "H5Iprivate.h"#include "H5Oprivate.h"#include "H5Pprivate.h"#include "H5Tpkg.h"#include "H5VLprivate.h"#include "H5VLnative_private.h"Macros | |
| #define | H5T_FRIEND /* Suppress error about including H5Tpkg */ |
Functions | |
| void * | H5VL__native_datatype_commit (void *obj, const H5VL_loc_params_t *loc_params, const char *name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t H5_ATTR_UNUSED tapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| void * | H5VL__native_datatype_open (void *obj, const H5VL_loc_params_t *loc_params, const char *name, hid_t H5_ATTR_UNUSED tapl_id, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| herr_t | H5VL__native_datatype_get (void *obj, H5VL_datatype_get_t get_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments) |
| herr_t | H5VL__native_datatype_specific (void *obj, H5VL_datatype_specific_t specific_type, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req, va_list arguments) |
| herr_t | H5VL__native_datatype_close (void *dt, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR_UNUSED **req) |
| #define H5T_FRIEND /* Suppress error about including H5Tpkg */ |
| herr_t H5VL__native_datatype_close | ( | void * | dt, |
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
| void* H5VL__native_datatype_commit | ( | void * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| const char * | name, | ||
| hid_t | type_id, | ||
| hid_t | lcpl_id, | ||
| hid_t | tcpl_id, | ||
| hid_t H5_ATTR_UNUSED | tapl_id, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
| herr_t H5VL__native_datatype_get | ( | void * | obj, |
| H5VL_datatype_get_t | get_type, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req, | ||
| va_list | arguments | ||
| ) |
| void* H5VL__native_datatype_open | ( | void * | obj, |
| const H5VL_loc_params_t * | loc_params, | ||
| const char * | name, | ||
| hid_t H5_ATTR_UNUSED | tapl_id, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req | ||
| ) |
| herr_t H5VL__native_datatype_specific | ( | void * | obj, |
| H5VL_datatype_specific_t | specific_type, | ||
| hid_t H5_ATTR_UNUSED | dxpl_id, | ||
| void H5_ATTR_UNUSED ** | req, | ||
| va_list | arguments | ||
| ) |
1.8.18