Project 3 - Currency Type
rational< T > Member List

This is the complete list of members for rational< T >, including all inherited members.

as() const rational< T >inline
denominator() const rational< T >inline
numerator() const rational< T >inline
operator*=(rational const &rhs)rational< T >
operator*=(value_type const &rhs)rational< T >
operator++()rational< T >
operator++(int)rational< T >
operator+=(rational const &rhs)rational< T >
operator+=(value_type const &rhs)rational< T >
operator--()rational< T >
operator--(int)rational< T >
operator-=(rational const &rhs)rational< T >
operator-=(value_type const &rhs)rational< T >
operator/=(rational const &rhs)rational< T >
operator/=(value_type const &rhs)rational< T >
operator=(value_type)rational< T >
operator=(rational< U > const &rhs)rational< T >
operator=(rational< U > const &rhs) (defined in rational< T >)rational< T >
rational(value_type num=0)rational< T >inline
rational(value_type num, value_type den)rational< T >
rational(double r)rational< T >
rational(rational< U > const &that)rational< T >
scale(U value) (defined in rational< T >)rational< T >
value_type typedefrational< T >