VTK
|
a base class that any output iterators need to derive from to use the first signature of to_unicode. More...
#include <vtkTextCodec.h>
Public Member Functions | |
virtual OutputIterator & | operator++ (int)=0 |
virtual OutputIterator & | operator* ()=0 |
virtual OutputIterator & | operator= (const vtkUnicodeString::value_type value)=0 |
OutputIterator () | |
virtual | ~OutputIterator () |
a base class that any output iterators need to derive from to use the first signature of to_unicode.
Templates will not allow the vtable to re-reference to the correct class so even though we only need the interface we have to use derivation.
Definition at line 72 of file vtkTextCodec.h.
|
inline |
Definition at line 80 of file vtkTextCodec.h.
|
inlinevirtual |
Definition at line 80 of file vtkTextCodec.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |