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 // This header file simply serves as a container to hold the 00018 // header files of all datatypes. It simplifies the header 00019 // file including in the code. 00020 00021 #include "H5DataType.h" 00022 #include "H5AtomType.h" 00023 #include "H5EnumType.h" 00024 #include "H5IntType.h" 00025 #include "H5FloatType.h" 00026 #include "H5StrType.h" 00027 #include "H5CompType.h" 00028 #include "H5ArrayType.h" 00029 #include "H5VarLenType.h"