My Project 1.10.10
Loading...
Searching...
No Matches
H5Classes.h
1// C++ informative line for the emacs editor: -*- C++ -*-
2/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3 * Copyright by The HDF Group. *
4 * All rights reserved. *
5 * *
6 * This file is part of HDF5. The full HDF5 copyright notice, including *
7 * terms governing use, modification, and redistribution, is contained in *
8 * the COPYING file, which can be found at the root of the source code *
9 * distribution tree, or in https://www.hdfgroup.org/licenses. *
10 * If you do not have access to either file, you may request a copy from *
11 * help@hdfgroup.org. *
12 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
14#ifndef H5Classes_H
15#define H5Classes_H
16
17namespace H5 {
18class Exception;
19class IdComponent;
20class H5Location;
21class H5Object;
22class PropList;
23class FileCreatPropList;
24class FileAccPropList;
25class LinkAccPropList;
26class DSetCreatPropList;
27class DSetMemXferPropList;
28class DTypePropList;
29class DataType;
30class DataSpace;
31class AtomType;
32class PredType;
33class IntType;
34class FloatType;
35class StrType;
36class EnumType;
37class CompType;
38class AbstractDs;
39class DataSet;
40class Group;
41class H5File;
42class Attribute;
43class H5Library;
44} // namespace H5
45#endif // H5Classes_H
Definition H5AbstractDs.cpp:33


The HDF Group Help Desk:
  Copyright by The HDF Group