TSDuck v3.38-3706
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AbstractNumber Member List

This is the complete list of members for ts::AbstractNumber, including all inherited members.

Deformat(UString &str, UChar separator, UChar decimal_dot)ts::AbstractNumberprotectedstatic
description() const =0ts::AbstractNumberpure virtual
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::AbstractNumberprotectedstatic
fromString(const UString &str, UChar separator=COMMA, UChar decimal_dot=FULL_STOP)=0ts::AbstractNumberpure virtual
inRange(int64_t min, int64_t max) const =0ts::AbstractNumberpure virtual
INVALIDts::AbstractNumberstatic
toDouble() const =0ts::AbstractNumberpure virtual
toInt64() const =0ts::AbstractNumberpure 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 =0ts::AbstractNumberpure virtual