#include <coherence/util/ConverterCollections.hpp>
Inherits WrapperCollections::AbstractWrapperIterator.
Public Types | ||||
| typedef spec::Handle | Handle | |||
| ConverterIterator Handle definition. | ||||
| typedef spec::View | View | |||
| ConverterIterator View definition. | ||||
| typedef spec::Holder | Holder | |||
| ConverterIterator Holder definition. | ||||
Public Member Functions | ||||
| virtual Object::Holder | next () | |||
| Return the next element in the iterated series.
| ||||
Protected Member Functions | ||||
| ConverterIterator (Iterator::Handle hiterDelegate, Converter::View vConvUp) | ||||
| Create a WrapperCollections::AbstractWrapperIterator which delegates to the specified Iterator. | ||||
| ConverterIterator (const ConverterIterator &that) | ||||
| Copy constructor. | ||||
Protected Attributes | ||||
| FinalView< Converter > | m_vConvUp | |||
| The Converter from the underlying container. | ||||
| ConverterIterator | ( | Iterator::Handle | hiterDelegate, | |
| Converter::View | vConvUp | |||
| ) | [protected] |
Create a WrapperCollections::AbstractWrapperIterator which delegates to the specified Iterator.