summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Alltypes.h
blob: e4d86ca41c48c2307b140daa6cfe79a00ef7c904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// This may look like C code, but it is really -*- C++ -*-
// 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"