This is the complete list of members for C4Fixed, including all inherited members.
| C4Fixed()=default | C4Fixed | inline |
| C4Fixed(const C4Fixed &)=default | C4Fixed | inline |
| CompileFunc(C4Fixed &rValue, StdCompiler *pComp) | C4Fixed | friend |
| cos_deg() const | C4Fixed | inline |
| fixtof(const C4Fixed &x) | C4Fixed | friend |
| fixtoi(const C4Fixed &x) | C4Fixed | friend |
| fixtoi(const C4Fixed &x, int32_t prec) | C4Fixed | friend |
| ftofix(float x) | C4Fixed | friend |
| itofix(int32_t x) | C4Fixed | friend |
| itofix(int32_t x, int32_t prec) | C4Fixed | friend |
| operator bool() const | C4Fixed | inlineexplicit |
| operator!() const | C4Fixed | inline |
| operator!=(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator!=(int32_t iVal2) const | C4Fixed | inline |
| operator!=(float iVal2) const | C4Fixed | inline |
| operator*(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator*(int32_t iVal2) const | C4Fixed | inline |
| operator*(float iVal2) const | C4Fixed | inline |
| operator*=(const C4Fixed &fVal2) | C4Fixed | inline |
| operator*=(int32_t iVal2) | C4Fixed | inline |
| operator+() const | C4Fixed | inline |
| operator+(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator+(int32_t iVal2) const | C4Fixed | inline |
| operator+(float iVal2) const | C4Fixed | inline |
| operator+=(const C4Fixed &fVal2) | C4Fixed | inline |
| operator+=(int32_t iVal2) | C4Fixed | inline |
| operator-() const | C4Fixed | inline |
| operator-(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator-(int32_t iVal2) const | C4Fixed | inline |
| operator-(float iVal2) const | C4Fixed | inline |
| operator-=(const C4Fixed &fVal2) | C4Fixed | inline |
| operator-=(int32_t iVal2) | C4Fixed | inline |
| operator/(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator/(int32_t iVal2) const | C4Fixed | inline |
| operator/(float iVal2) const | C4Fixed | inline |
| operator/=(const C4Fixed &fVal2) | C4Fixed | inline |
| operator/=(int32_t iVal2) | C4Fixed | inline |
| operator<(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator<(int32_t iVal2) const | C4Fixed | inline |
| operator<(float iVal2) const | C4Fixed | inline |
| operator<=(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator<=(int32_t iVal2) const | C4Fixed | inline |
| operator<=(float iVal2) const | C4Fixed | inline |
| operator=(int32_t x) | C4Fixed | inline |
| operator==(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator==(int32_t iVal2) const | C4Fixed | inline |
| operator==(float iVal2) const | C4Fixed | inline |
| operator>(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator>(int32_t iVal2) const | C4Fixed | inline |
| operator>(float iVal2) const | C4Fixed | inline |
| operator>=(const C4Fixed &fVal2) const | C4Fixed | inline |
| operator>=(int32_t iVal2) const | C4Fixed | inline |
| operator>=(float iVal2) const | C4Fixed | inline |
| sin_deg() const | C4Fixed | inline |
| val | C4Fixed |