TSDuck v3.45-4766
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::TextStream Member List

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

debug() constts::Reportinline
debug(const UChar *msg)ts::Reportinline
debug(const UString &msg)ts::Reportinline
debug(const UChar *fmt, Args &&... args)ts::Reportinline
debug(const UString &fmt, Args &&... args)ts::Reportinline
DEFAULT_EOLts::TextStreamstatic
delegateReport(Report *report)ts::Report
error(const UChar *msg)ts::Reportinline
error(const UString &msg)ts::Reportinline
error(const UChar *fmt, Args &&... args)ts::Reportinline
error(const UString &fmt, Args &&... args)ts::Reportinline
fatal(const UChar *msg)ts::Reportinline
fatal(const UString &msg)ts::Reportinline
fatal(const UChar *fmt, Args &&... args)ts::Reportinline
fatal(const UString &fmt, Args &&... args)ts::Reportinline
getAndFlush(ByteBlock &data)ts::TextStream
gotErrors() constts::Reportinline
info(const UChar *msg)ts::Reportinline
info(const UString &msg)ts::Reportinline
info(const UChar *fmt, Args &&... args)ts::Reportinline
info(const UString &fmt, Args &&... args)ts::Reportinline
log(int severity, const UString &msg)ts::Report
log(int severity, const UChar *fmt, Args &&... args)ts::Reportinline
log(int severity, const UString &fmt, Args &&... args)ts::Reportinline
maxSeverity() constts::Reportinline
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()=defaultts::Report
Report(int max_severity, const UString &prefix=UString(), Report *report=nullptr)ts::Report
reportPrefix() constts::Reportinline
reset()ts::TextStreaminline
resetErrors()ts::Reportinline
setEOL(const std::string &eol)ts::TextStreaminline
setMaxSeverity(int level)ts::Report
setReportPrefix(const UString &prefix)ts::Reportinline
severe(const UChar *msg)ts::Reportinline
severe(const UString &msg)ts::Reportinline
severe(const UChar *fmt, Args &&... args)ts::Reportinline
severe(const UString &fmt, Args &&... args)ts::Reportinline
stream()ts::TextStreaminline
TextStream(StreamInterface &stream, const std::string &eol=DEFAULT_EOL, const std::string &prompt=std::string())ts::TextStreamexplicit
verbose() constts::Reportinline
verbose(const UChar *msg)ts::Reportinline
verbose(const UString &msg)ts::Reportinline
verbose(const UChar *fmt, Args &&... args)ts::Reportinline
verbose(const UString &fmt, Args &&... args)ts::Reportinline
waitForPrompt(const AbortInterface *abort=nullptr)ts::TextStream
warning(const UChar *msg)ts::Reportinline
warning(const UString &msg)ts::Reportinline
warning(const UChar *fmt, Args &&... args)ts::Reportinline
warning(const UString &fmt, Args &&... args)ts::Reportinline
writeLine(const std::string &str)ts::TextStream
writeLine(const UString &str)ts::TextStream
writeLog(int severity, const UString &msg) overridets::TextStreamprotectedvirtual
writeText(const std::string &str)ts::TextStream
writeText(const UString &str)ts::TextStream
~Report()ts::Reportvirtual