~vtkUTF8TextCodec() override
a base class that any output iterators need to derive from to use the first signature of to_unicode.
vtkUnicodeString::value_type NextUnicode(istream &inputStream) override
Return the next code point from the sequence represented by the stream advancing the stream through h...
const char * Name() override
The name this codec goes by - should match the string the factory will take to create it.
static vtkUTF8TextCodec * New()
Virtual class to act as an interface for all text codecs.
bool IsValid(istream &InputStream) override
is the given sample valid for this codec?
bool CanHandle(const char *testStr) override
Class to read/write UTF-8 text.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ToUnicode(istream &InputStream, vtkTextCodec::OutputIterator &output) override
Iterate through the sequence represented by the stream assigning the result to the output iterator.