![]() |
TSDuck v3.45-4766
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::TextStream, including all inherited members.
| debug() const | ts::Report | inline |
| debug(const UChar *msg) | ts::Report | inline |
| debug(const UString &msg) | ts::Report | inline |
| debug(const UChar *fmt, Args &&... args) | ts::Report | inline |
| debug(const UString &fmt, Args &&... args) | ts::Report | inline |
| DEFAULT_EOL | ts::TextStream | static |
| delegateReport(Report *report) | ts::Report | |
| error(const UChar *msg) | ts::Report | inline |
| error(const UString &msg) | ts::Report | inline |
| error(const UChar *fmt, Args &&... args) | ts::Report | inline |
| error(const UString &fmt, Args &&... args) | ts::Report | inline |
| fatal(const UChar *msg) | ts::Report | inline |
| fatal(const UString &msg) | ts::Report | inline |
| fatal(const UChar *fmt, Args &&... args) | ts::Report | inline |
| fatal(const UString &fmt, Args &&... args) | ts::Report | inline |
| getAndFlush(ByteBlock &data) | ts::TextStream | |
| gotErrors() const | ts::Report | inline |
| info(const UChar *msg) | ts::Report | inline |
| info(const UString &msg) | ts::Report | inline |
| info(const UChar *fmt, Args &&... args) | ts::Report | inline |
| info(const UString &fmt, Args &&... args) | ts::Report | inline |
| log(int severity, const UString &msg) | ts::Report | |
| log(int severity, const UChar *fmt, Args &&... args) | ts::Report | inline |
| log(int severity, const UString &fmt, Args &&... args) | ts::Report | inline |
| maxSeverity() const | ts::Report | inline |
| raiseMaxSeverity(int level) | ts::Report | |
| readLine(std::string &line, const AbortInterface *abort=nullptr) | ts::TextStream | |
| readLine(UString &line, const AbortInterface *abort=nullptr) | ts::TextStream | |
| readText(std::string &data, const AbortInterface *abort=nullptr) | ts::TextStream | |
| readText(UString &data, const AbortInterface *abort=nullptr) | ts::TextStream | |
| Report()=default | ts::Report | |
| Report(int max_severity, const UString &prefix=UString(), Report *report=nullptr) | ts::Report | |
| reportPrefix() const | ts::Report | inline |
| reset() | ts::TextStream | inline |
| resetErrors() | ts::Report | inline |
| setEOL(const std::string &eol) | ts::TextStream | inline |
| setMaxSeverity(int level) | ts::Report | |
| setReportPrefix(const UString &prefix) | ts::Report | inline |
| severe(const UChar *msg) | ts::Report | inline |
| severe(const UString &msg) | ts::Report | inline |
| severe(const UChar *fmt, Args &&... args) | ts::Report | inline |
| severe(const UString &fmt, Args &&... args) | ts::Report | inline |
| stream() | ts::TextStream | inline |
| TextStream(StreamInterface &stream, const std::string &eol=DEFAULT_EOL, const std::string &prompt=std::string()) | ts::TextStream | explicit |
| verbose() const | ts::Report | inline |
| verbose(const UChar *msg) | ts::Report | inline |
| verbose(const UString &msg) | ts::Report | inline |
| verbose(const UChar *fmt, Args &&... args) | ts::Report | inline |
| verbose(const UString &fmt, Args &&... args) | ts::Report | inline |
| waitForPrompt(const AbortInterface *abort=nullptr) | ts::TextStream | |
| warning(const UChar *msg) | ts::Report | inline |
| warning(const UString &msg) | ts::Report | inline |
| warning(const UChar *fmt, Args &&... args) | ts::Report | inline |
| warning(const UString &fmt, Args &&... args) | ts::Report | inline |
| writeLine(const std::string &str) | ts::TextStream | |
| writeLine(const UString &str) | ts::TextStream | |
| writeLog(int severity, const UString &msg) override | ts::TextStream | protectedvirtual |
| writeText(const std::string &str) | ts::TextStream | |
| writeText(const UString &str) | ts::TextStream | |
| ~Report() | ts::Report | virtual |