This decoder extracts utf-8 sequences. More...
#include "stringDecoder.h"
Public Member Functions | |
StringUtf8Decoder (const string &input) | |
virtual int | get_next_character () |
Returns the next character in sequence. More... | |
![]() | |
StringDecoder (const string &input) | |
bool | is_eof () |
Returns true if the decoder has returned the last character in the string, false if there are more to go. More... | |
Additional Inherited Members | |
![]() | |
static ostream * | get_notify_ptr () |
Returns the ostream that is used to write error messages to. More... | |
static void | set_notify_ptr (ostream *ptr) |
Sets the ostream that is used to write error messages to. More... | |
This decoder extracts utf-8 sequences.
Definition at line 52 of file stringDecoder.h.
|
virtual |
Returns the next character in sequence.
Reimplemented from StringDecoder.
Definition at line 98 of file stringDecoder.cxx.