HDF5  1.12.0
H5VLpkg.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * All rights reserved. *
4  * *
5  * This file is part of HDF5. The full HDF5 copyright notice, including *
6  * terms governing use, modification, and redistribution, is contained in *
7  * the COPYING file, which can be found at the root of the source code *
8  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
9  * If you do not have access to either file, you may request a copy from *
10  * help@hdfgroup.org. *
11  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
12 
13 /*
14  * Purpose: This file contains declarations which are visible only within
15  * the H5VL package. Source files outside the H5VL package should
16  * include H5VLprivate.h instead.
17  */
18 
19 #if !(defined H5VL_FRIEND || defined H5VL_MODULE)
20 #error "Do not include this file outside the H5VL package!"
21 #endif
22 
23 #ifndef _H5VLpkg_H
24 #define _H5VLpkg_H
25 
26 /* Get package's private header */
27 #include "H5VLprivate.h" /* Generic Functions */
28 
29 /* Other private headers needed by this file */
30 
31 
32 /**************************/
33 /* Package Private Macros */
34 /**************************/
35 
36 
37 /****************************/
38 /* Package Private Typedefs */
39 /****************************/
40 
41 
42 /*****************************/
43 /* Package Private Variables */
44 /*****************************/
45 
46 
47 /******************************/
48 /* Package Private Prototypes */
49 /******************************/
51  hid_t vipl_id);
52 H5_DLL hid_t H5VL__register_connector_by_name(const char *name, hbool_t app_ref,
53  hid_t vipl_id);
55  hbool_t app_ref, hid_t vipl_id);
59 H5_DLL hid_t H5VL__get_connector_id_by_name(const char *name, hbool_t is_api);
63 H5_DLL herr_t H5VL__connector_str_to_info(const char *str, hid_t connector_id,
64  void **info);
65 H5_DLL ssize_t H5VL__get_connector_name(hid_t id, char *name/*out*/, size_t size);
66 
67 #endif /* _H5VLpkg_H */
68 
ssize_t
int ssize_t
Definition: H5public.h:167
size
iblock size
Definition: H5EAcache.c:787
H5VL__register_connector_by_name
H5_DLL hid_t H5VL__register_connector_by_name(const char *name, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1225
H5VLprivate.h
H5VL__connector_str_to_info
H5_DLL herr_t H5VL__connector_str_to_info(const char *str, hid_t connector_id, void **info)
Definition: H5VLint.c:1590
htri_t
int htri_t
Definition: H5public.h:160
hid_t
int64_t hid_t
Definition: H5Ipublic.h:55
H5VL__register_connector
H5_DLL hid_t H5VL__register_connector(const H5VL_class_t *cls, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1174
H5VL_class_value_t
int H5VL_class_value_t
Definition: H5VLpublic.h:49
H5VL__is_connector_registered_by_name
H5_DLL htri_t H5VL__is_connector_registered_by_name(const char *name)
Definition: H5VLint.c:1341
H5VL__peek_connector_id_by_value
H5_DLL hid_t H5VL__peek_connector_id_by_value(H5VL_class_value_t value)
Definition: H5VLint.c:1552
H5VL__peek_connector_id_by_name
H5_DLL hid_t H5VL__peek_connector_id_by_name(const char *name)
Definition: H5VLint.c:1515
H5VL__get_connector_id
H5_DLL hid_t H5VL__get_connector_id(hid_t obj_id, hbool_t is_api)
Definition: H5VLint.c:1417
H5VL__register_connector_by_value
H5_DLL hid_t H5VL__register_connector_by_value(H5VL_class_value_t value, hbool_t app_ref, hid_t vipl_id)
Definition: H5VLint.c:1285
H5_DLL
#define H5_DLL
Definition: H5api_adpt.h:234
H5VL_class_t
Definition: H5VLconnector.h:463
H5VL__get_connector_id_by_value
H5_DLL hid_t H5VL__get_connector_id_by_value(H5VL_class_value_t value, hbool_t is_api)
Definition: H5VLint.c:1483
H5VL__is_connector_registered_by_value
H5_DLL htri_t H5VL__is_connector_registered_by_value(H5VL_class_value_t value)
Definition: H5VLint.c:1378
H5VL__get_connector_name
H5_DLL ssize_t H5VL__get_connector_name(hid_t id, char *name, size_t size)
Definition: H5VLint.c:1631
herr_t
int herr_t
Definition: H5public.h:128
hbool_t
bool hbool_t
Definition: H5public.h:159
H5VL__get_connector_id_by_name
H5_DLL hid_t H5VL__get_connector_id_by_name(const char *name, hbool_t is_api)
Definition: H5VLint.c:1452