MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
MFM::FXP< p > Struct Template Reference

Public Member Functions

 FXP (u32 i)
 
 FXP (s32 i)
 
 FXP (float f)
 
 FXP (double f)
 
FXPoperator+= (FXP r)
 
FXPoperator-= (FXP r)
 
FXPoperator*= (FXP r)
 
FXPoperator/= (FXP r)
 
FXPoperator++ ()
 
FXP operator++ (int)
 
FXPoperator-- ()
 
FXP operator-- (int)
 
FXPoperator*= (s32 r)
 
FXPoperator/= (s32 r)
 
FXP operator- () const
 
FXP operator+ (FXP r) const
 
FXP operator- (FXP r) const
 
FXP operator* (FXP r) const
 
FXP operator/ (FXP r) const
 
bool operator== (FXP r) const
 
bool operator!= (FXP r) const
 
bool operator< (FXP r) const
 
bool operator> (FXP r) const
 
bool operator<= (FXP r) const
 
bool operator>= (FXP r) const
 
FXP operator+ (s32 r) const
 
FXP operator- (s32 r) const
 
FXP operator* (s32 r) const
 
FXP operator/ (s32 r) const
 
s32 asInt () const
 
float toFloat () const
 
double toDouble () const
 
void Print (FILE *f)
 

Data Fields

s32 intValue
 

The documentation for this struct was generated from the following file: