HDF5  1.12.0
H5FDfamily.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 /*
15  * Programmer: Robb Matzke <matzke@llnl.gov>
16  * Monday, August 4, 1999
17  *
18  * Purpose: The public header file for the family driver.
19  */
20 #ifndef H5FDfamily_H
21 #define H5FDfamily_H
22 
23 #define H5FD_FAMILY (H5FD_family_init())
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
30 H5_DLL herr_t H5Pset_fapl_family(hid_t fapl_id, hsize_t memb_size,
31  hid_t memb_fapl_id);
32 H5_DLL herr_t H5Pget_fapl_family(hid_t fapl_id, hsize_t *memb_size/*out*/,
33  hid_t *memb_fapl_id/*out*/);
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif
40 
H5Pget_fapl_family
H5_DLL herr_t H5Pget_fapl_family(hid_t fapl_id, hsize_t *memb_size, hid_t *memb_fapl_id)
Definition: H5FDfamily.c:309
hid_t
int64_t hid_t
Definition: H5Ipublic.h:55
H5FD_family_init
H5_DLL hid_t H5FD_family_init(void)
Definition: H5FDfamily.c:188
H5Pset_fapl_family
H5_DLL herr_t H5Pset_fapl_family(hid_t fapl_id, hsize_t memb_size, hid_t memb_fapl_id)
Definition: H5FDfamily.c:255
H5_DLL
#define H5_DLL
Definition: H5api_adpt.h:234
herr_t
int herr_t
Definition: H5public.h:128
hsize_t
hsize_t
Definition: H5overflow.txt:44