00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef _H5CPP_H
00018 #define _H5CPP_H
00019
00020 #include "H5Include.h"
00021 #include "H5Exception.h"
00022 #include "H5IdComponent.h"
00023 #include "H5DataSpace.h"
00024 #include "H5PropList.h"
00025 #include "H5Object.h"
00026 #include "H5AbstractDs.h"
00027 #include "H5Attribute.h"
00028 #include "H5DcreatProp.h"
00029 #include "H5CommonFG.h"
00030 #include "H5DataType.h"
00031 #include "H5DxferProp.h"
00032 #include "H5FaccProp.h"
00033 #include "H5FcreatProp.h"
00034 #include "H5AtomType.h"
00035 #include "H5PredType.h"
00036 #include "H5EnumType.h"
00037 #include "H5IntType.h"
00038 #include "H5FloatType.h"
00039 #include "H5StrType.h"
00040 #include "H5CompType.h"
00041 #include "H5ArrayType.h"
00042 #include "H5VarLenType.h"
00043 #include "H5DataSet.h"
00044 #include "H5Group.h"
00045 #include "H5File.h"
00046 #include "H5Library.h"
00047
00048
00049
00050
00051 #ifndef H5_CXX_HAVE_OFFSETOF
00052 #ifdef HOFFSET
00053 #undef HOFFSET
00054 #endif
00055 #define HOFFSET(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
00056 #endif
00057
00058 #endif