mathglpp::FixedFloat26_6 Class Reference

#include <fixedfloat26_6.h>

List of all members.


Detailed Description

A class template for 26.6 fixed point float arithmetic.

Author:
Jacques Gasselin

Definition at line 31 of file fixedfloat26_6.h.

Public Member Functions

 FixedFloat26_6 (char c)
 FixedFloat26_6 (short s)
 FixedFloat26_6 (int i)
 FixedFloat26_6 (float f)
 FixedFloat26_6 (double d)
 FixedFloat26_6 (const FixedFloat26_6 &ff)
 ~FixedFloat26_6 ()
FixedFloat26_6 operator+ (const FixedFloat26_6 &ff) const
FixedFloat26_6operator+= (const FixedFloat26_6 &ff)
FixedFloat26_6 operator- (const FixedFloat26_6 &ff) const
FixedFloat26_6operator-= (const FixedFloat26_6 &ff)
FixedFloat26_6 operator * (const FixedFloat26_6 &ff) const
FixedFloat26_6operator *= (const FixedFloat26_6 &ff)
FixedFloat26_6 operator/ (const FixedFloat26_6 &ff) const
FixedFloat26_6operator/= (const FixedFloat26_6 &ff)
bool operator== (const FixedFloat26_6 &ff) const
 operator int () const
char toChar () const
short toShort () const
int toInt () const
float toFloat () const
double toDouble () const


The documentation for this class was generated from the following file:
Generated on Wed Oct 3 12:50:52 2007 for MathGL++ by  doxygen 1.5.2