HDF5 C++ API Reference Manual

 

 

 

Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Examples

H5Include.h

Go to the documentation of this file.
00001 // C++ informative line for the emacs editor: -*- C++ -*-
00002 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
00003  * Copyright by the Board of Trustees of the University of Illinois.         *
00004  * All rights reserved.                                                      *
00005  *                                                                           *
00006  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
00007  * terms governing use, modification, and redistribution, is contained in    *
00008  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
00009  * of the source code distribution tree; Copyright.html can be found at the  *
00010  * root level of an installed copy of the electronic HDF5 document set and   *
00011  * is linked from the top-level documents page.  It can also be found at     *
00012  * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html.  If you do not have     *
00013  * access to either file, you may request a copy from [email protected]. *
00014  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
00015 
00016 // Added this line for CC to compile at this time.  Will remove it when
00017 // the problem of "Multiple declaration for RcsId" is fixed. BMR - 10/30/00
00018 
00019 // This problem is removed.  I could replace all #include "H5Include.h"
00020 // by #include <hdf5.h>, but decide not to. BMR - 3/22/01
00021 
00022 #include <hdf5.h>
00023 
00024 // Define bool type for platforms that don't support bool yet
00025 #ifdef BOOL_NOTDEFINED
00026 #ifdef false
00027 #undef false
00028 #endif
00029 #ifdef true
00030 #undef true
00031 #endif
00032 typedef int bool;
00033 const bool  false = 0;
00034 const bool  true  = 1;
00035 #endif
00036 
00037 

Generated on Mon Oct 31 04:59:47 2005 by  doxygen 1.4.2