#include <fixedfloat26_6.h>
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_6 & | operator+= (const FixedFloat26_6 &ff) |
| FixedFloat26_6 | operator- (const FixedFloat26_6 &ff) const |
| FixedFloat26_6 & | operator-= (const FixedFloat26_6 &ff) |
| FixedFloat26_6 | operator * (const FixedFloat26_6 &ff) const |
| FixedFloat26_6 & | operator *= (const FixedFloat26_6 &ff) |
| FixedFloat26_6 | operator/ (const FixedFloat26_6 &ff) const |
| FixedFloat26_6 & | operator/= (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 |
1.5.2