|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
This is the complete list of members for Fixed, including all inherited members.
| Fixed(void) | Fixed | inline |
| Fixed(const float val) | Fixed | inline |
| Fixed(const Fixed &val) | Fixed | inline |
| operator %(const Fixed &rhs) const | Fixed | inline |
| operator %(const short rhs) const | Fixed | inline |
| operator %=(const short rhs) | Fixed | inline |
| operator %=(const Fixed &rhs) | Fixed | inline |
| operator *(const Fixed &rhs) const | Fixed | inline |
| operator *(const short rhs) const | Fixed | inline |
| operator *=(const short rhs) | Fixed | inline |
| operator *=(const Fixed &rhs) | Fixed | inline |
| operator -(const Fixed &rhs) const | Fixed | inline |
| operator -(const short rhs) const | Fixed | inline |
| operator -=(const short rhs) | Fixed | inline |
| operator -=(const Fixed &rhs) | Fixed | inline |
| operator float() const | Fixed | inline |
| operator+(const Fixed &rhs) const | Fixed | inline |
| operator+(const short rhs) const | Fixed | inline |
| operator+=(const short rhs) | Fixed | inline |
| operator+=(const Fixed &rhs) | Fixed | inline |
| operator/(const Fixed &rhs) const | Fixed | inline |
| operator/(const short rhs) const | Fixed | inline |
| operator/=(const short rhs) | Fixed | inline |
| operator/=(const Fixed &rhs) | Fixed | inline |
| operator=(const short val) | Fixed | inline |
| operator=(const Fixed &val) | Fixed | inline |
| operator=(const FIXED &val) | Fixed | inline |
| operator=(const float val) | Fixed | inline |