My Project 1.10.8
Loading...
Searching...
No Matches
H5Classes.h
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
15#ifndef H5Classes_H
16#define H5Classes_H
17
18namespace H5 {
19class Exception;
20class IdComponent;
21class H5Location;
22class H5Object;
23class PropList;
24class FileCreatPropList;
25class FileAccPropList;
26class LinkAccPropList;
27class DSetCreatPropList;
28class DSetMemXferPropList;
29class DTypePropList;
30class DataType;
31class DataSpace;
32class AtomType;
33class PredType;
34class IntType;
35class FloatType;
36class StrType;
37class EnumType;
38class CompType;
39class AbstractDs;
40class DataSet;
41class Group;
42class H5File;
43class Attribute;
44class H5Library;
45} // namespace H5
46#endif // H5Classes_H
Definition H5AbstractDs.cpp:34


The HDF Group Help Desk:
  Copyright by The HDF Group
and the Board of Trustees of the University of Illinois