TSDuck v3.40-4033
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::TextTable, including all inherited members.
addColumn(ID id, const UString &header, Align align=Align::LEFT) | ts::TextTable | inline |
Align enum name | ts::TextTable | |
clear() | ts::TextTable | |
columnCount() const | ts::TextTable | inline |
currentLine() const | ts::TextTable | inline |
Headers enum name | ts::TextTable | |
lineCount() const | ts::TextTable | inline |
newLine() | ts::TextTable | inline |
output(std::ostream &out, Headers headers, bool skip_empty=false, const UString &margin=UString(), const UString &separator=u" ") const | ts::TextTable | |
setCell(ID column, const UString &value) | ts::TextTable | inline |
setCell(ID column, const StringifyInterface &value) | ts::TextTable | inline |
setCell(size_t line, ID column, const UString &value) | ts::TextTable | inline |
setCell(size_t line, ID column, const StringifyInterface &value) | ts::TextTable | inline |
setCurrentLine(size_t line) | ts::TextTable | inline |
TextTable()=default | ts::TextTable |