MISR Toolkit  1.5.1
H5Cpp.h
Go to the documentation of this file.
1 // C++ informative line for the emacs editor: -*- C++ -*-
2 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3  * Copyright by The HDF Group. *
4  * Copyright by the Board of Trustees of the University of Illinois. *
5  * All rights reserved. *
6  * *
7  * This file is part of HDF5. The full HDF5 copyright notice, including *
8  * terms governing use, modification, and redistribution, is contained in *
9  * the COPYING file, which can be found at the root of the source code *
10  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
11  * If you do not have access to either file, you may request a copy from *
12  * help@hdfgroup.org. *
13  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
14 
15 #ifndef __H5Cpp_H
16 #define __H5Cpp_H
17 
18 #include "H5Include.h"
19 #include "H5Exception.h"
20 #include "H5IdComponent.h"
21 #include "H5DataSpace.h"
22 #include "H5PropList.h"
23 #include "H5StrcreatProp.h"
24 #include "H5LcreatProp.h"
25 #include "H5LaccProp.h"
26 #include "H5Location.h"
27 #include "H5Object.h"
28 #include "H5AbstractDs.h"
29 #include "H5Attribute.h"
30 #include "H5OcreatProp.h"
31 #include "H5DcreatProp.h"
32 #include "H5AcreatProp.h"
33 #include "H5CommonFG.h"
34 #include "H5DataType.h"
35 #include "H5DxferProp.h"
36 #include "H5FaccProp.h"
37 #include "H5FcreatProp.h"
38 #include "H5LaccProp.h"
39 #include "H5AtomType.h"
40 #include "H5PredType.h"
41 #include "H5EnumType.h"
42 #include "H5IntType.h"
43 #include "H5FloatType.h"
44 #include "H5StrType.h"
45 #include "H5CompType.h"
46 #include "H5ArrayType.h"
47 #include "H5VarLenType.h"
48 #include "H5DataSet.h"
49 #include "H5Group.h"
50 #include "H5File.h"
51 #include "H5Library.h"
52 
53 /* Some C++ compilers do not have offsetof macro; define to bypass the problem
54  - BMR- -EIP- 2007/08/01
55 */
56 #ifndef H5_CXX_HAVE_OFFSETOF
57 #ifdef HOFFSET
58  #undef HOFFSET
59 #endif
60 #define HOFFSET(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
61 #endif
62 
63 #endif // __H5Cpp_H

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52