TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::AbstractNumber, including all inherited members.
Deformat(UString &str, UChar separator, UChar decimal_dot) | ts::AbstractNumber | protectedstatic |
description() const =0 | ts::AbstractNumber | pure 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::AbstractNumber | protectedstatic |
fromString(const UString &str, UChar separator=COMMA, UChar decimal_dot=FULL_STOP)=0 | ts::AbstractNumber | pure virtual |
inRange(int64_t min, int64_t max) const =0 | ts::AbstractNumber | pure virtual |
INVALID | ts::AbstractNumber | static |
toDouble() const =0 | ts::AbstractNumber | pure virtual |
toInt64() const =0 | ts::AbstractNumber | pure 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 =0 | ts::AbstractNumber | pure virtual |