This is the complete list of members for fixed, including all inherited members.
| _1_2 | fixed | static |
| _1_3 | fixed | static |
| _1_4 | fixed | static |
| _2_3 | fixed | static |
| _3_4 | fixed | static |
| As_ASCII(void) const | fixed | |
| Composite | fixed | |
| fixed(void) | fixed | inline |
| fixed(int numerator, int denominator) | fixed | |
| fixed(int value) | fixed | inline |
| fixed(char const *ascii) | fixed | |
| Fraction | fixed | |
| Inverse(void) | fixed | inline |
| Inverse(fixed const &value) | fixed | friend |
| operator unsigned(void) const | fixed | inline |
| operator!(void) const | fixed | inline |
| operator!=(fixed const &rvalue) const | fixed | inline |
| operator!=(int rvalue) const | fixed | inline |
| operator!=(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator*(fixed const &rvalue) const | fixed | inline |
| operator*(int rvalue) const | fixed | inline |
| operator*(int lvalue, fixed const &rvalue) | fixed | friend |
| operator*=(fixed const &rvalue) | fixed | inline |
| operator*=(int rvalue) | fixed | inline |
| operator*=(int &lvalue, fixed const &rvalue) | fixed | friend |
| operator+(fixed const &rvalue) const | fixed | inline |
| operator+(int rvalue) const | fixed | inline |
| operator+(int lvalue, fixed const &rvalue) | fixed | friend |
| operator+=(fixed const &rvalue) | fixed | inline |
| operator+=(int &lvalue, fixed const &rvalue) | fixed | friend |
| operator-(fixed const &rvalue) const | fixed | inline |
| operator-(int rvalue) const | fixed | inline |
| operator-(int lvalue, fixed const &rvalue) | fixed | friend |
| operator-=(fixed const &rvalue) | fixed | inline |
| operator-=(int &lvalue, fixed const &rvalue) | fixed | friend |
| operator/(fixed const &rvalue) const | fixed | inline |
| operator/(int rvalue) const | fixed | inline |
| operator/(int lvalue, fixed const &rvalue) | fixed | friend |
| operator/=(fixed const &rvalue) | fixed | inline |
| operator/=(int rvalue) | fixed | inline |
| operator/=(int &lvalue, fixed const &rvalue) | fixed | friend |
| operator<(fixed const &rvalue) const | fixed | inline |
| operator<(int rvalue) const | fixed | inline |
| operator<(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator<<(unsigned rvalue) const | fixed | inline |
| operator<<=(unsigned rvalue) | fixed | inline |
| operator<=(fixed const &rvalue) const | fixed | inline |
| operator<=(int rvalue) const | fixed | inline |
| operator<=(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator==(fixed const &rvalue) const | fixed | inline |
| operator==(int rvalue) const | fixed | inline |
| operator==(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator>(fixed const &rvalue) const | fixed | inline |
| operator>(int rvalue) const | fixed | inline |
| operator>(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator>=(fixed const &rvalue) const | fixed | inline |
| operator>=(int rvalue) const | fixed | inline |
| operator>=(unsigned lvalue, fixed const &rvalue) | fixed | friend |
| operator>>(unsigned rvalue) const | fixed | inline |
| operator>>=(unsigned rvalue) | fixed | inline |
| Raw | fixed | |
| Round(void) | fixed | inline |
| Round(fixed const &value) | fixed | friend |
| Round_Down(void) | fixed | inline |
| Round_Down(fixed const &value) | fixed | friend |
| Round_Up(void) | fixed | inline |
| Round_Up(fixed const &value) | fixed | friend |
| Saturate(unsigned capvalue) | fixed | inline |
| Saturate(fixed const &capvalue) | fixed | inline |
| Saturate(fixed const &value, unsigned capvalue) | fixed | friend |
| Saturate(fixed const &value, fixed const &capvalue) | fixed | friend |
| Sub_Saturate(unsigned capvalue) | fixed | inline |
| Sub_Saturate(fixed const &capvalue) | fixed | inline |
| Sub_Saturate(fixed const &value, unsigned capvalue) | fixed | friend |
| Sub_Saturate(fixed const &value, fixed const &capvalue) | fixed | friend |
| To_ASCII(char *buffer, int maxlen=-1) const | fixed | |
| Whole | fixed |