#include <QString>#include <QChar>Go to the source code of this file.
Data Structures | |
| class | Fixed |
Typedefs | |
| typedef long long int | Fixed_numerator |
Functions | |
| long long int | integer (Fixed_numerator x) |
| bool | operator!= (Fixed x, Fixed y) |
| bool | operator!= (Fixed x, int y) |
| bool | operator!= (int x, Fixed y) |
| bool | operator>= (Fixed x, Fixed y) |
| bool | operator>= (Fixed x, int y) |
| bool | operator>= (int x, Fixed y) |
| bool | operator> (Fixed x, Fixed y) |
| bool | operator> (Fixed x, int y) |
| bool | operator> (int x, Fixed y) |
| bool | operator<= (Fixed x, Fixed y) |
| bool | operator<= (Fixed x, int y) |
| bool | operator<= (int x, Fixed y) |
Variables | |
| const int | MAX_FIXED_PRECISION = 12 |
| const int | MAX_FIXED_LENGTH = 25 |
| typedef long long int Fixed_numerator |
| long long int integer | ( | Fixed_numerator | x | ) | [inline] |
| bool operator!= | ( | int | x, | |
| Fixed | y | |||
| ) | [inline] |
| bool operator!= | ( | Fixed | x, | |
| int | y | |||
| ) | [inline] |
| bool operator<= | ( | int | x, | |
| Fixed | y | |||
| ) | [inline] |
| bool operator<= | ( | Fixed | x, | |
| int | y | |||
| ) | [inline] |
| bool operator> | ( | int | x, | |
| Fixed | y | |||
| ) | [inline] |
| bool operator> | ( | Fixed | x, | |
| int | y | |||
| ) | [inline] |
| bool operator>= | ( | int | x, | |
| Fixed | y | |||
| ) | [inline] |
| bool operator>= | ( | Fixed | x, | |
| int | y | |||
| ) | [inline] |
| const int MAX_FIXED_LENGTH = 25 |
| const int MAX_FIXED_PRECISION = 12 |
1.5.1