My Project  1.10.6
H5Alltypes.h
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 // This header file simply serves as a container to hold the
16 // header files of all datatypes. It simplifies the header
17 // file including in the code.
18 
19 #include "H5DataType.h"
20 #include "H5AtomType.h"
21 #include "H5EnumType.h"
22 #include "H5IntType.h"
23 #include "H5FloatType.h"
24 #include "H5StrType.h"
25 #include "H5ArrayType.h"
26 #include "H5VarLenType.h"
27 #include "H5CompType.h"


The HDF Group Help Desk:
  Copyright by The HDF Group
and the Board of Trustees of the University of Illinois