HDF5 C++ API
1.8.16
Main Page
Classes
Examples
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 files COPYING and Copyright.html. COPYING can be found at the root *
10
* of the source code distribution tree; Copyright.html can be found at the *
11
* root level of an installed copy of the electronic HDF5 document set and *
12
* is linked from the top-level documents page. It can also be found at *
13
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
14
* access to either file, you may request a copy from help@hdfgroup.org. *
15
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
16
17
#ifndef __H5Classes_H
18
#define __H5Classes_H
19
20
#ifndef H5_NO_NAMESPACE
21
namespace
H5
{
22
#endif
23
class
Exception;
24
class
IdComponent;
25
class
H5Location
;
26
class
H5Object
;
27
class
PropList;
28
class
FileCreatPropList;
29
class
FileAccPropList;
30
class
DSetCreatPropList;
31
class
DSetMemXferPropList;
32
class
DTypePropList;
33
class
DataType;
34
class
DataSpace;
35
class
AtomType;
36
class
PredType;
37
class
EnumType;
38
class
IntType;
39
class
FloatType;
40
class
StrType;
41
class
CompType;
42
//class RefType;
43
class
AbstractDs;
44
class
DataSet;
45
class
Group;
46
class
H5File;
47
class
Attribute;
48
class
H5Library;
49
#ifndef H5_NO_NAMESPACE
50
}
51
#endif
52
#endif // __H5Classes_H
H5
Definition:
H5AbstractDs.cpp:31
H5::H5Location
class H5_DLLCPP H5Location
Definition:
H5Location.h:26
H5::H5Object
class H5_DLLCPP H5Object
Definition:
H5Attribute.cpp:48
The HDF Group Help Desk:
Copyright
by
The HDF Group
and the Board of Trustees of the University of Illinois