H5Cpp.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // C++ informative line for the emacs editor: -*- C++ -*-
  2. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3. * Copyright by The HDF Group. *
  4. * Copyright by the Board of Trustees of the University of Illinois. *
  5. * All rights reserved. *
  6. * *
  7. * This file is part of HDF5. The full HDF5 copyright notice, including *
  8. * terms governing use, modification, and redistribution, is contained in *
  9. * the COPYING file, which can be found at the root of the source code *
  10. * distribution tree, or in https://www.hdfgroup.org/licenses. *
  11. * If you do not have access to either file, you may request a copy from *
  12. * help@hdfgroup.org. *
  13. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  14. #ifndef H5Cpp_H
  15. #define H5Cpp_H
  16. #include "H5Include.h"
  17. #include "H5Exception.h"
  18. #include "H5IdComponent.h"
  19. #include "H5DataSpace.h"
  20. #include "H5PropList.h"
  21. #include "H5FaccProp.h"
  22. #include "H5FcreatProp.h"
  23. #include "H5OcreatProp.h"
  24. #include "H5DcreatProp.h"
  25. #include "H5DxferProp.h"
  26. #include "H5LcreatProp.h"
  27. #include "H5LaccProp.h"
  28. #include "H5DaccProp.h"
  29. #include "H5Location.h"
  30. #include "H5Object.h"
  31. #include "H5AbstractDs.h"
  32. #include "H5Attribute.h"
  33. #include "H5DataType.h"
  34. #include "H5AtomType.h"
  35. #include "H5PredType.h"
  36. #include "H5EnumType.h"
  37. #include "H5IntType.h"
  38. #include "H5FloatType.h"
  39. #include "H5StrType.h"
  40. #include "H5CompType.h"
  41. #include "H5ArrayType.h"
  42. #include "H5VarLenType.h"
  43. #include "H5DataSet.h"
  44. #include "H5CommonFG.h"
  45. #include "H5Group.h"
  46. #include "H5File.h"
  47. #include "H5Library.h"
  48. #endif // H5Cpp_H