![]() |
HDF5
1.12.0
|
#include "H5MFmodule.h"#include "H5private.h"#include "H5Eprivate.h"#include "H5Fpkg.h"#include "H5MFpkg.h"Macros | |
| #define | H5F_FRIEND /*suppress error about including H5Fpkg */ |
Functions | |
| H5FL_DEFINE (H5MF_free_section_t) | |
| H5MF_free_section_t * | H5MF__sect_new (unsigned ctype, haddr_t sect_off, hsize_t sect_size) |
| herr_t | H5MF__sect_free (H5FS_section_info_t *_sect) |
Variables | |
| H5FS_section_class_t | H5MF_FSPACE_SECT_CLS_SIMPLE [1] |
| H5FS_section_class_t | H5MF_FSPACE_SECT_CLS_SMALL [1] |
| H5FS_section_class_t | H5MF_FSPACE_SECT_CLS_LARGE [1] |
| #define H5F_FRIEND /*suppress error about including H5Fpkg */ |
| H5FL_DEFINE | ( | H5MF_free_section_t | ) |
| herr_t H5MF__sect_free | ( | H5FS_section_info_t * | _sect | ) |
| H5MF_free_section_t* H5MF__sect_new | ( | unsigned | ctype, |
| haddr_t | sect_off, | ||
| hsize_t | sect_size | ||
| ) |
| H5FS_section_class_t H5MF_FSPACE_SECT_CLS_LARGE[1] |
| H5FS_section_class_t H5MF_FSPACE_SECT_CLS_SIMPLE[1] |
| H5FS_section_class_t H5MF_FSPACE_SECT_CLS_SMALL[1] |
1.8.18