![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::Fraction< INT_T >, including all inherited members.
| abs() const | ts::Fraction< INT_T > | inline |
| Deformat(UString &str, UChar separator, UChar decimal_dot) | ts::AbstractNumber | protectedstatic |
| denominator() const | ts::Fraction< INT_T > | inline |
| description() const override | ts::Fraction< INT_T > | virtual |
| divOverflow(const Fraction &x) const | ts::Fraction< INT_T > | |
| Format(UString &str, size_t min_width, bool right_justified, UChar separator, bool add_plus_sign, size_t decimals, bool force_decimals, UChar decimal_dot, UChar pad) | ts::AbstractNumber | protectedstatic |
| Fraction()=default | ts::Fraction< INT_T > | |
| Fraction(INT1 numerator) | ts::Fraction< INT_T > | |
| Fraction(INT1 numerator, INT2 denominator) | ts::Fraction< INT_T > | |
| fromString(const UString &str, UChar separator=COMMA, UChar decimal_dot=FULL_STOP) override | ts::Fraction< INT_T > | virtual |
| inRange(int64_t min, int64_t max) const override | ts::Fraction< INT_T > | virtual |
| int_t typedef | ts::Fraction< INT_T > | |
| INVALID | ts::AbstractNumber | static |
| max(const Fraction &x) const | ts::Fraction< INT_T > | inline |
| MAX | ts::Fraction< INT_T > | static |
| MIN | ts::Fraction< INT_T > | static |
| min(const Fraction &x) const | ts::Fraction< INT_T > | inline |
| mulOverflow(INT1 x) const | ts::Fraction< INT_T > | |
| mulOverflow(const Fraction &x) const | ts::Fraction< INT_T > | |
| numerator() const | ts::Fraction< INT_T > | inline |
| proper() | ts::Fraction< INT_T > | |
| toDouble() const override | ts::Fraction< INT_T > | virtual |
| toInt() const | ts::Fraction< INT_T > | inline |
| toInt64() const override | ts::Fraction< INT_T > | virtual |
| toString(size_t min_width=0, bool right_justified=true, UChar separator=COMMA, bool force_sign=false, size_t decimals=NPOS, bool force_decimals=false, UChar decimal_dot=FULL_STOP, UChar pad=SPACE) const override | ts::Fraction< INT_T > | virtual |