abs() const | ts::FixedPoint< INT_T, PREC, type > | inline |
Deformat(UString &str, UChar separator, UChar decimal_dot) | ts::AbstractNumber | protectedstatic |
description() const override | ts::FixedPoint< INT_T, PREC, type > | virtual |
divOverflow(const FixedPoint &x) const | ts::FixedPoint< INT_T, PREC, type > | inline |
FACTOR | ts::FixedPoint< INT_T, PREC, type > | static |
FixedPoint()=default | ts::FixedPoint< INT_T, PREC, type > | |
FixedPoint(INT2 i) | ts::FixedPoint< INT_T, PREC, type > | inline |
FixedPoint(int_t i, bool raw) | ts::FixedPoint< INT_T, PREC, type > | inline |
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 |
fromString(const UString &str, UChar separator=COMMA, UChar decimal_dot=FULL_STOP) override | ts::FixedPoint< INT_T, PREC, type > | virtual |
inRange(int64_t min, int64_t max) const override | ts::FixedPoint< INT_T, PREC, type > | virtual |
int_t typedef | ts::FixedPoint< INT_T, PREC, type > | |
INVALID | ts::AbstractNumber | static |
MAX | ts::FixedPoint< INT_T, PREC, type > | static |
max(const FixedPoint &x) const | ts::FixedPoint< INT_T, PREC, type > | inline |
MIN | ts::FixedPoint< INT_T, PREC, type > | static |
min(const FixedPoint &x) const | ts::FixedPoint< INT_T, PREC, type > | inline |
mulOverflow(INT2 x) const | ts::FixedPoint< INT_T, PREC, type > | inline |
mulOverflow(const FixedPoint &x) const | ts::FixedPoint< INT_T, PREC, type > | inline |
PRECISION | ts::FixedPoint< INT_T, PREC, type > | static |
raw() const | ts::FixedPoint< INT_T, PREC, type > | inline |
toDouble() const override | ts::FixedPoint< INT_T, PREC, type > | virtual |
toInt() const | ts::FixedPoint< INT_T, PREC, type > | inline |
toInt64() const override | ts::FixedPoint< INT_T, PREC, type > | 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::FixedPoint< INT_T, PREC, type > | virtual |