VTK
Public Member Functions
vtkTextCodec::OutputIterator Class Reference

#include <vtkTextCodec.h>

List of all members.

Public Member Functions

virtual OutputIteratoroperator++ (int)=0
virtual OutputIteratoroperator* ()=0
virtual OutputIteratoroperator= (const vtkUnicodeString::value_type value)=0
 OutputIterator ()
virtual ~OutputIterator ()

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 74 of file vtkTextCodec.h.

virtual vtkTextCodec::OutputIterator::~OutputIterator ( ) [inline, virtual]

Definition at line 74 of file vtkTextCodec.h.


Member Function Documentation

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]

The documentation for this class was generated from the following file: