My Project 1.10.7
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://support.hdfgroup.org/ftp/HDF5/releases. *
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 {
19 class Exception;
20 class IdComponent;
21 class H5Location;
22 class H5Object;
23 class PropList;
24 class FileCreatPropList;
25 class FileAccPropList;
26 class LinkAccPropList;
27 class DSetCreatPropList;
28 class DSetMemXferPropList;
29 class DTypePropList;
30 class DataType;
31 class DataSpace;
32 class AtomType;
33 class PredType;
34 class IntType;
35 class FloatType;
36 class StrType;
37 class EnumType;
38 class CompType;
39 class AbstractDs;
40 class DataSet;
41 class Group;
42 class H5File;
43 class Attribute;
44 class H5Library;
45}
46#endif // __H5Classes_H
Definition: H5AbstractDs.cpp:34
class H5_DLLCPP H5Object
Definition: H5Attribute.cpp:44


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