// 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"