vtkTextCodec::OutputIterator Class Reference

#include <vtkTextCodec.h>

List of all members.


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 65 of file vtkTextCodec.h.


Public Member Functions

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

Constructor & Destructor Documentation

vtkTextCodec::OutputIterator::OutputIterator (  )  [inline]

Definition at line 73 of file vtkTextCodec.h.

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

Definition at line 73 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:

Generated on Wed Aug 24 12:12:27 2011 for VTK by  doxygen 1.5.6