Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ConverterCollections::ConverterIterator Class Reference

#include <coherence/util/ConverterCollections.hpp>

Inherits WrapperCollections::AbstractWrapperIterator.

List of all members.


Detailed Description

A ConverterIterator views an underlying Iterator through a Converter.

 

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.
Returns:
the next element in the iterated series
Exceptions:
  coherence::lang::NoSuchElementException  if iteration has no more elements

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.

Constructor & Destructor Documentation

ConverterIterator ( Iterator::Handle  hiterDelegate,
    Converter::View  vConvUp  
  )     [protected]

Create a WrapperCollections::AbstractWrapperIterator which delegates to the specified Iterator.

Parameters:
  hiterDelegate  the specified Iterator
  vConvUp  the Converter to view through

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

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.