GemStone::GemFire::Cache::CacheableHashSetType< HSTYPE >::Enumerator Class Reference


Detailed Description

template<typename HSTYPE>
class GemStone::GemFire::Cache::CacheableHashSetType< HSTYPE >::Enumerator

Enumerator for CacheableHashSet class.

Public Member Functions

virtual Boolean MoveNext ()
virtual void Reset ()

Properties

ICacheableKey^  Current [get]

Member Function Documentation

template<typename HSTYPE>
virtual Boolean GemStone::GemFire::Cache::CacheableHashSetType< HSTYPE >::Enumerator::MoveNext (  )  [virtual]

Advances the enumerator to the next element of the collection.

Returns:
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

template<typename HSTYPE>
virtual void GemStone::GemFire::Cache::CacheableHashSetType< HSTYPE >::Enumerator::Reset (  )  [virtual]

Sets the enumerator to its initial position, which is before the first element in the collection.


Property Documentation

template<typename HSTYPE>
ICacheableKey^ GemStone::GemFire::Cache::CacheableHashSetType< HSTYPE >::Enumerator::Current [get]

Gets the element in the collection at the current position of the enumerator.

Returns:
The element in the collection at the current position of the enumerator.


GemFire C++ Cache .NET API Documentation