1#ifndef Cpl_TShell_ProcessorApi_h_
2#define Cpl_TShell_ProcessorApi_h_
70 virtual
int poll() noexcept = 0;
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
This class defines the interface a TShell Command Processor.
Definition ProcessorApi.h:33
virtual char getEscapeChar() noexcept=0
Getter for escape character.
virtual char getDelimiterChar() noexcept=0
Getter for delimiter character.
virtual char getQuoteChar() noexcept=0
Getter for quote character.
virtual void requestStop() noexcept=0
This non-blocking method requests the Command Processor to stop.
virtual char getTerminatorChar() noexcept=0
Getter for terminator character.
virtual int poll() noexcept=0
This method is used to provide the command processor 'CPU cycles' to parse/process/execute commands.
virtual bool start(Cpl::Io::Input &infd, Cpl::Io::Output &outfd, bool blocking=true) noexcept=0
This method is used to start the Command Processor, i.e.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20