xoreos
0.0.5
|
Rational number implementation. More...
Go to the source code of this file.
Namespaces | |
Common | |
Functions | |
const Rational | Common::operator+ (int left, const Rational &right) |
const Rational | Common::operator- (int left, const Rational &right) |
const Rational | Common::operator* (int left, const Rational &right) |
const Rational | Common::operator/ (int left, const Rational &right) |
bool | Common::operator== (int left, const Rational &right) |
bool | Common::operator!= (int left, const Rational &right) |
bool | Common::operator> (int left, const Rational &right) |
bool | Common::operator< (int left, const Rational &right) |
bool | Common::operator>= (int left, const Rational &right) |
bool | Common::operator<= (int left, const Rational &right) |
Rational number implementation.
Definition in file rational.cpp.