My Project
1.10.10
Loading...
Searching...
No Matches
H5Alltypes.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
// This header file simply serves as a container to hold the
15
// header files of all datatypes. It simplifies the header
16
// file including in the code.
17
18
#include "H5DataType.h"
19
#include "H5AtomType.h"
20
#include "H5EnumType.h"
21
#include "H5IntType.h"
22
#include "H5FloatType.h"
23
#include "H5StrType.h"
24
#include "H5ArrayType.h"
25
#include "H5VarLenType.h"
26
#include "H5CompType.h"
The HDF Group Help Desk:
Copyright by The HDF Group