00001 // C++ informative line for the emacs editor: -*- C++ -*- 00002 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 00003 * Copyright by The HDF Group. * 00004 * Copyright by the Board of Trustees of the University of Illinois. * 00005 * All rights reserved. * 00006 * * 00007 * This file is part of HDF5. The full HDF5 copyright notice, including * 00008 * terms governing use, modification, and redistribution, is contained in * 00009 * the files COPYING and Copyright.html. COPYING can be found at the root * 00010 * of the source code distribution tree; Copyright.html can be found at the * 00011 * root level of an installed copy of the electronic HDF5 document set and * 00012 * is linked from the top-level documents page. It can also be found at * 00013 * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have * 00014 * access to either file, you may request a copy from help@hdfgroup.org. * 00015 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 00016 00017 #ifndef _H5Classes_H 00018 #define _H5Classes_H 00019 00020 #ifndef H5_NO_NAMESPACE 00021 namespace H5 { 00022 #endif 00023 class Exception; 00024 class IdComponent; 00025 class H5Object; 00026 class PropList; 00027 class FileCreatPropList; 00028 class FileAccPropList; 00029 class DSetCreatPropList; 00030 class DSetMemXferPropList; 00031 class DTypePropList; 00032 class DataType; 00033 class DataSpace; 00034 class AtomType; 00035 class PredType; 00036 class EnumType; 00037 class IntType; 00038 class FloatType; 00039 class StrType; 00040 class CompType; 00041 //class RefType; 00042 class AbstractDs; 00043 class DataSet; 00044 class Group; 00045 class H5File; 00046 class Attribute; 00047 class H5Library; 00048 #ifndef H5_NO_NAMESPACE 00049 } 00050 #endif 00051 #endif