summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Classes.h
blob: 16d606e737bc07a797d2d60a675154d8aef33d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// C++ informative line for the emacs editor: -*- C++ -*-
#ifndef _H5Classes_H
#define _H5Classes_H

#ifndef H5_NO_NAMESPACE
namespace H5 {
#endif
	class Exception;
	class ReferenceCounter;
	class IdComponent;
	class H5Object;
	class PropList;
	class FileCreatPropList;
	class FileAccPropList;
	class DSetCreatPropList;
	class DSetMemXferPropList;
	class DTypePropList;
	class DataType;
	class DataSpace;
	class AtomType;
	class PredType;
	class EnumType;
	class IntType;
	class FloatType;
	class StrType;
	class CompType;
	//class RefType;
	class AbstractDs;
	class DataSet;
	class Group;
	class H5File;
	class Attribute;
	class H5Library;
#ifndef H5_NO_NAMESPACE
}
#endif
#endif