TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::Integer< INT_T, type >, including all inherited members.
abs() const | ts::Integer< INT_T, type > | inline |
Deformat(UString &str, UChar separator, UChar decimal_dot) | ts::AbstractNumber | protectedstatic |
description() const override | ts::Integer< INT_T, type > | virtual |
divOverflow(const Integer &x) const | ts::Integer< INT_T, 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::Integer< INT_T, type > | virtual |
inRange(int64_t min, int64_t max) const override | ts::Integer< INT_T, type > | virtual |
int_t typedef | ts::Integer< INT_T, type > | |
Integer()=default | ts::Integer< INT_T, type > | |
Integer(INT2 i) | ts::Integer< INT_T, type > | inline |
INVALID | ts::AbstractNumber | static |
max(const Integer &x) const | ts::Integer< INT_T, type > | inline |
MAX | ts::Integer< INT_T, type > | static |
MIN | ts::Integer< INT_T, type > | static |
min(const Integer &x) const | ts::Integer< INT_T, type > | inline |
mulOverflow(INT2 x) const | ts::Integer< INT_T, type > | inline |
mulOverflow(const Integer &x) const | ts::Integer< INT_T, type > | inline |
toDouble() const override | ts::Integer< INT_T, type > | virtual |
toInt() const | ts::Integer< INT_T, type > | inline |
toInt64() const override | ts::Integer< INT_T, 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::Integer< INT_T, type > | virtual |