![]() |
HDF5
1.12.0
|
#include "H5Tmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Eprivate.h"#include "H5Fpkg.h"#include "H5Iprivate.h"#include "H5MMprivate.h"#include "H5Tpkg.h"#include "H5VLprivate.h"Macros | |
| #define | H5F_FRIEND /*suppress error about including H5Fpkg */ |
Functions | |
| hid_t | H5Tvlen_create (hid_t base_id) |
| H5T_t * | H5T__vlen_create (const H5T_t *base) |
| htri_t | H5T__vlen_set_loc (const H5T_t *dt, H5VL_object_t *file, H5T_loc_t loc) |
| herr_t | H5T_vlen_reclaim (void *elem, const H5T_t *dt, H5T_vlen_alloc_info_t *alloc_info) |
| herr_t | H5T_vlen_reclaim_elmt (void *elem, H5T_t *dt) |
| #define H5F_FRIEND /*suppress error about including H5Fpkg */ |
| htri_t H5T__vlen_set_loc | ( | const H5T_t * | dt, |
| H5VL_object_t * | file, | ||
| H5T_loc_t | loc | ||
| ) |
| herr_t H5T_vlen_reclaim | ( | void * | elem, |
| const H5T_t * | dt, | ||
| H5T_vlen_alloc_info_t * | alloc_info | ||
| ) |
1.8.18