include/df/float.hpp

00001 class Float {
00002   public:                                   // converters
00003     float80 convert(const char *);     //  from C string
00004     float80 convert(const int32);      //  from int32
00005     float80 convert(const uint32);     //  from uint32
00006 };
00007 

Generated on Mon Mar 5 09:49:14 2007 for DigiForce by  doxygen 1.4.7