| 
    VTK
   
    
   
   | 
  
  
  
 
#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 66 of file vtkTextCodec.h.
| vtkTextCodec::OutputIterator::OutputIterator | ( | ) |  [inline] | 
        
Definition at line 74 of file vtkTextCodec.h.
| virtual vtkTextCodec::OutputIterator::~OutputIterator | ( | ) |  [inline, virtual] | 
        
Definition at line 74 of file vtkTextCodec.h.
| virtual OutputIterator& vtkTextCodec::OutputIterator::operator++ | ( | int | ) |  [pure virtual] | 
        
| virtual OutputIterator& vtkTextCodec::OutputIterator::operator* | ( | ) |  [pure virtual] | 
        
| virtual OutputIterator& vtkTextCodec::OutputIterator::operator= | ( | const vtkUnicodeString::value_type | value | ) |  [pure virtual] | 
        
 1.8.0