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

BxFloat.h

00001 // ##################################################################
00002 // Binx
00003 // $Id: BxFloat_8h-source.html,v 1.1.1.1 2006/04/19 14:19:02 edikt2 Exp $
00004 //
00005 // Base class for all floating point numbers.
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 __BxFloat__
00018 #define __BxFloat__
00019 
00020 #include "BxDataObject.h"
00021 
00040 class DECLSPEC BxFloat : public BxDataObject
00041 {
00042 public:
00043     BxFloat();
00044     BxFloat(const BxFloat& copy);
00045     virtual ~BxFloat();
00046     virtual BxFloat* clone() const;
00047 
00048     virtual char* className() const { return "BxFloat"; } //<Returns the null-terminated string "BxFloat".
00049     virtual void print();
00050 protected:
00051     virtual void convertExtendedFloat(byte * buf, int nsize);
00052 };
00053 
00054 #endif

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