My Project  1.10.11
H5Include.h
1 // C++ informative line for the emacs editor: -*- C++ -*-
2 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  * Copyright by The HDF Group. *
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://www.hdfgroup.org/licenses. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 #include <hdf5.h>
15 
16 // These are defined in H5Opkg.h, which should not be included in the C++ API,
17 // so re-define them here for now.
18 
19 /* Initial version of the object header format */
20 #define H5O_VERSION_1 1
21 
22 /* Revised version - leaves out reserved bytes and alignment padding, and adds
23  * magic number as prefix and checksum as suffix for all chunks.
24  */
25 #define H5O_VERSION_2 2
26 
27 // Define H5_OVERRIDE to override for C++11.
28 #if defined(__cplusplus) && (201103L <= __cplusplus)
29 #define H5_OVERRIDE override
30 #else
31 #define H5_OVERRIDE
32 #endif


The HDF Group Help Desk:
  Copyright by The HDF Group