Main Page | Class Hierarchy | Compound List | File List | Compound Members

BxFloat32.h

00001 // ##################################################################
00002 // Binx
00003 // $Id: BxFloat32_8h-source.html,v 1.1.1.1 2006/04/19 14:19:02 edikt2 Exp $
00004 //
00005 // Class for primitive data type float-32 (32-bit floating point number).
00006 // ##################################################################
00007 /*
00008 
00009 //  edikt::BinX
00010 //  www.edikt.org
00011 //  support@edikt.org
00012 
00013 // Copyright (c) 2003 The University of Edinburgh.
00014 
00015 */
00016 
00017 #ifndef __BxFloat32__
00018 #define __BxFloat32__
00019 
00020 #include "BxFloat.h"
00021 
00033 class DECLSPEC BxFloat32 : public BxFloat
00034 {
00035 public:
00036     BxFloat32();
00037     BxFloat32(const BxFloat32& copy);
00038     BxFloat32(const bx_float32);
00039     virtual ~BxFloat32();
00040     virtual BxFloat32* clone() const;
00041 
00042     virtual char* className() const { return "BxFloat32"; } //<Returns the null-terminated string "BxFloat32".
00043     virtual bool equals(const BxDataObject&) const;
00044     virtual char * toString(bool xml); //new a string for the value
00045     virtual bool parseValue(const char *);
00046     virtual bool readFromFile();
00047 
00048     BxFloat32& operator=(const bx_float32);
00049 };
00050 
00051 #endif

Generated on Fri May 6 13:36:17 2005 for edikt::BinX by doxygen 1.3.3