My Project 1.10.10
Loading...
Searching...
No Matches
H5Cpp.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#ifndef H5Cpp_H
15#define H5Cpp_H
16
17#include "H5Include.h"
18#include "H5Exception.h"
19#include "H5IdComponent.h"
20#include "H5DataSpace.h"
21#include "H5PropList.h"
22#include "H5FaccProp.h"
23#include "H5FcreatProp.h"
24#include "H5OcreatProp.h"
25#include "H5DcreatProp.h"
26#include "H5DxferProp.h"
27#include "H5LcreatProp.h"
28#include "H5LaccProp.h"
29#include "H5DaccProp.h"
30#include "H5Location.h"
31#include "H5Object.h"
32#include "H5AbstractDs.h"
33#include "H5Attribute.h"
34#include "H5DataType.h"
35#include "H5AtomType.h"
36#include "H5PredType.h"
37#include "H5EnumType.h"
38#include "H5IntType.h"
39#include "H5FloatType.h"
40#include "H5StrType.h"
41#include "H5CompType.h"
42#include "H5ArrayType.h"
43#include "H5VarLenType.h"
44#include "H5DataSet.h"
45#include "H5CommonFG.h"
46#include "H5Group.h"
47#include "H5File.h"
48#include "H5Library.h"
49
50/* Some C++ compilers do not have offsetof macro; define to bypass the problem
51 - BMR- -EIP- 2007/08/01
52*/
53#ifndef H5_CXX_HAVE_OFFSETOF
54#ifdef HOFFSET
55#undef HOFFSET
56#endif
57#define HOFFSET(TYPE, MEMBER) ((size_t) & ((TYPE *)0)->MEMBER)
58#endif
59
60#endif // H5Cpp_H


The HDF Group Help Desk:
  Copyright by The HDF Group