summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Alltypes.h
blob: da9f3317b55c39990075d423eb01b707150ff27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// C++ informative line for the emacs editor: -*- 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"