| 
    VTK
    9.3.0
    
   | 
 
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) | 
| virtual OutputIterator & | operator* () | 
| virtual OutputIterator & | operator= (const vtkTypeUInt32 &value)=0 | 
| OutputIterator ()=default | |
| virtual | ~OutputIterator ()=default | 
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 56 of file vtkTextCodec.h.
      
  | 
  default | 
      
  | 
  virtualdefault | 
      
  | 
  inlinevirtual | 
Definition at line 59 of file vtkTextCodec.h.
      
  | 
  inlinevirtual | 
Definition at line 60 of file vtkTextCodec.h.
      
  | 
  pure virtual |