TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::CommandLine, including all inherited members.
addPredefinedCommands() | ts::CommandLine | |
analyzeCommand(const UString &command) | ts::CommandLine | |
analyzeCommand(const UString &name, const UStringVector &arguments) | ts::CommandLine | |
command(const UString &name, const UString &description=UString(), const UString &syntax=UString(), int flags=0) | ts::CommandLine | inline |
command(HANDLER *handler, CommandStatus(HANDLER::*method)(const UString &, Args &), const UString &name, const UString &description=UString(), const UString &syntax=UString(), int flags=0) | ts::CommandLine | inline |
CommandLine(Report &report=(ts::CerrReport::Instance())) | ts::CommandLine | |
getAllHelpText(Args::HelpFormat format, size_t line_width=79) const | ts::CommandLine | |
processCommand(const UString &line, Report *redirect=nullptr) | ts::CommandLine | |
processCommand(const UString &name, const UStringVector &arguments, Report *redirect=nullptr) | ts::CommandLine | |
processCommandFile(const UString &file_name, bool exit_on_error=false, Report *redirect=nullptr) | ts::CommandLine | |
processCommandFiles(const UStringVector &file_names, bool exit_on_error=false, Report *redirect=nullptr) | ts::CommandLine | |
processCommands(UStringVector &lines, bool exit_on_error=false, Report *redirect=nullptr) | ts::CommandLine | |
processInteractive(const UString &prompt=EditLine::DefaultPrompt(), const UString &next_prompt=EditLine::DefaultNextPrompt(), const UString &history_file=EditLine::DefaultHistoryFile(), size_t history_size=EditLine::DefaultHistorySize(), bool exit_on_error=false, Report *redirect=nullptr) | ts::CommandLine | |
processInteractive(bool exit_on_error, Report *redirect=nullptr) | ts::CommandLine | |
processRedirections(bool on) | ts::CommandLine | |
setCommandLineHandler(HANDLER *handler, CommandStatus(HANDLER::*method)(const UString &, Args &), const UString &name=UString()) | ts::CommandLine | inline |
setShell(const UString &shell) | ts::CommandLine |