CFractionT(TYP num, TYP den) | CFractionT< TYP > | |
Compare(const CFractionT &t) const | CFractionT< TYP > | virtual |
IComparableT< CFractionT< int > >::Compare(const CFractionT< int > &t) const=0 | IComparableT< CFractionT< int > > | pure virtual |
Get(void) const | CFractionT< TYP > | |
GetDenominator(void) const | CFractionT< TYP > | |
GetNumerator(void) const | CFractionT< TYP > | |
IsEqual(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | virtual |
LeastCommonDivisor(void) | CFractionT< TYP > | |
operator!=(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator*(const CFractionT &other) const | CFractionT< TYP > | |
operator*(TYP val) const | CFractionT< TYP > | |
operator*=(const CFractionT &other) | CFractionT< TYP > | |
operator*=(TYP val) | CFractionT< TYP > | |
operator+(const CFractionT &other) const | CFractionT< TYP > | |
operator+=(const CFractionT &other) | CFractionT< TYP > | |
operator-(void) | CFractionT< TYP > | |
operator-(const CFractionT &other) const | CFractionT< TYP > | |
IComparableT< CFractionT< int > >::operator-(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator-=(const CFractionT &other) | CFractionT< TYP > | |
operator/(const CFractionT &other) const | CFractionT< TYP > | |
operator/(TYP val) const | CFractionT< TYP > | |
operator/=(const CFractionT &other) | CFractionT< TYP > | |
operator/=(TYP val) | CFractionT< TYP > | |
operator<(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator<=(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator=(const CFractionT &other) | CFractionT< TYP > | |
operator==(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator>(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
operator>=(const CFractionT< int > &t) const | IComparableT< CFractionT< int > > | |
Set(TYP num, TYP den) | CFractionT< TYP > | |
~IComparableT(void) | IComparableT< CFractionT< int > > | virtual |