summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Alltypes.h
blob: 11af0471e05f840c73876d818106353f4dee1fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
// This header file simply serves as a container to hold the
// header files of all datatypes.  It simplifies the header
// file including in the code.

#include "H5DataType.h"
#include "H5AtomType.h"
#include "H5EnumType.h"
#include "H5IntType.h"
#include "H5FloatType.h"
#include "H5StrType.h"
#include "H5CompType.h"