This Private Namespace class defines a "Context" for a TShell command.
Definition Context_.h:32
virtual Cpl::Text::String & getTokenBuffer2() noexcept=0
Same as getTokenBuffer(), except provides a second/separate token buffer.
virtual bool oobRead(void *buffer, int numBytes, int &bytesRead) noexcept=0
This method allows a command access to the input stream, i.e.
virtual bool writeFrame(const char *text) noexcept=0
This method encodes and outputs the specified message/text. The method returns false if there was Out...
virtual Security::Permission_T getUserPermissionLevel() const noexcept=0
This method returns the 'logged user' permission level.
virtual Cpl::Text::String & getTokenBuffer() noexcept=0
A shared/common working buffer.
virtual Cpl::Container::Map< Command > & getCommands() noexcept=0
This method returns the list of implemented commands.
virtual Security::Permission_T setUserPermissionLevel(Security::Permission_T newPermissionLevel) noexcept=0
This method is used to updated the 'logged user' permission level.
virtual Cpl::Text::String & getOutputBuffer() noexcept=0
This method returns a working buffer for a command to format its output prior to 'writing the frame'.