This Private Namespace partially concrete class implements common/helper method for supporting the En...
Definition Encoder_.h:35
This concrete class implements the Encoder API where the Output destination is a Cpl::Text::String.
Definition StringEncoder.h:36
bool start(char src) noexcept
See Cpl::Text::Frame::Encoder_.
Cpl::Text::String & m_dst
Output stream.
Definition StringEncoder.h:39
bool append(char src) noexcept
See Cpl::Text::Frame::Encoder_.
StringEncoder(Cpl::Text::String &dst, char startOfFrame, char endOfFrame, char escapeChar, bool appendNewline=true, bool appendToDst=false)
Constructor.
bool m_append
Append flag.
Definition StringEncoder.h:42
Cpl::Text::String & getFramedOutput()
Returns a reference to the String that holds the encoded frame. The contents of the buffer depends on...
bool start() noexcept
See Cpl::Text::Frame::Encoder_.
This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40