![]() |
HDF5
1.12.0
|
#include "H5FDdrvr_module.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Eprivate.h"#include "H5Fprivate.h"#include "H5FDprivate.h"#include "H5FDfamily.h"#include "H5Iprivate.h"#include "H5MMprivate.h"#include "H5Pprivate.h"Data Structures | |
| struct | H5FD_family_t |
| struct | H5FD_family_fapl_t |
Macros | |
| #define | H5FD_FAM_MEMB_NAME_BUF_SIZE 4096 |
Typedefs | |
| typedef struct H5FD_family_t | H5FD_family_t |
| typedef struct H5FD_family_fapl_t | H5FD_family_fapl_t |
Functions | |
| hid_t | H5FD_family_init (void) |
| herr_t | H5Pset_fapl_family (hid_t fapl_id, hsize_t msize, hid_t memb_fapl_id) |
| herr_t | H5Pget_fapl_family (hid_t fapl_id, hsize_t *msize, hid_t *memb_fapl_id) |
| #define H5FD_FAM_MEMB_NAME_BUF_SIZE 4096 |
| typedef struct H5FD_family_fapl_t H5FD_family_fapl_t |
| typedef struct H5FD_family_t H5FD_family_t |
| hid_t H5FD_family_init | ( | void | ) |
1.8.18