HDF5 C++ API Reference Manual |
00001 // C++ informative line for the emacs editor: -*- C++ -*- 00002 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00003 * Copyright by The HDF Group. * 00004 * Copyright by the Board of Trustees of the University of Illinois. * 00005 * All rights reserved. * 00006 * * 00007 * This file is part of HDF5. The full HDF5 copyright notice, including * 00008 * terms governing use, modification, and redistribution, is contained in * 00009 * the files COPYING and Copyright.html. COPYING can be found at the root * 00010 * of the source code distribution tree; Copyright.html can be found at the * 00011 * root level of an installed copy of the electronic HDF5 document set and * 00012 * is linked from the top-level documents page. It can also be found at * 00013 * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * 00014 * access to either file, you may request a copy from help@hdfgroup.org. * 00015 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 00016 00017 #ifndef _H5CPP_H 00018 #define _H5CPP_H 00019 00020 #include "H5cxx_pubconf.h" 00021 #include "H5Include.h" 00022 #include "H5Exception.h" 00023 #include "H5IdComponent.h" 00024 #include "H5DataSpace.h" 00025 #include "H5PropList.h" 00026 #include "H5Object.h" 00027 #include "H5AbstractDs.h" 00028 #include "H5Attribute.h" 00029 #include "H5DcreatProp.h" 00030 #include "H5CommonFG.h" 00031 #include "H5DataType.h" 00032 #include "H5DxferProp.h" 00033 #include "H5FaccProp.h" 00034 #include "H5FcreatProp.h" 00035 #include "H5AtomType.h" 00036 #include "H5PredType.h" 00037 #include "H5EnumType.h" 00038 #include "H5IntType.h" 00039 #include "H5FloatType.h" 00040 #include "H5StrType.h" 00041 #include "H5CompType.h" 00042 #include "H5ArrayType.h" 00043 #include "H5VarLenType.h" 00044 #include "H5DataSet.h" 00045 #include "H5Group.h" 00046 #include "H5File.h" 00047 #include "H5Library.h" 00048 00049 /* Some C++ compilers do not have offsetof macro; define to bypass the problem 00050 - BMR- -EIP- 2007/06/21 00051 */ 00052 #ifndef H5_CXX_HAVE_OFFSETOF 00053 #ifdef HOFFSET 00054 #undef HOFFSET 00055 #endif 00056 #define HOFFSET(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) 00057 #endif 00058 00059 #endif