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
17
namespace
H5
{
18
class
Exception;
19
class
IdComponent;
20
class
H5Location;
21
class
H5Object;
22
class
PropList;
23
class
FileCreatPropList;
24
class
FileAccPropList;
25
class
LinkAccPropList;
26
class
DSetCreatPropList;
27
class
DSetMemXferPropList;
28
class
DTypePropList;
29
class
DataType;
30
class
DataSpace;
31
class
AtomType;
32
class
PredType;
33
class
IntType;
34
class
FloatType;
35
class
StrType;
36
class
EnumType;
37
class
CompType;
38
class
AbstractDs;
39
class
DataSet;
40
class
Group;
41
class
H5File;
42
class
Attribute;
43
class
H5Library;
44
}
// namespace H5
45
#endif
// H5Classes_H
H5
Definition
H5AbstractDs.cpp:33
The HDF Group Help Desk:
Copyright by The HDF Group