VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator Class Reference
Enumerator for CacheableHashSet class.
More...
#include <CacheableHashSet.hpp>
Inherits IEnumerator< Object^>.
Public Member Functions | |
| virtual bool | MoveNext () |
| Advances the enumerator to the next element of the collection. | |
| virtual void | Reset () |
| Sets the enumerator to its initial position, which is before the first element in the collection. | |
Properties | |
| Object^ | Current [get] |
| Gets the element in the collection at the current position of the enumerator. | |
Detailed Description
template<int8_t TYPEID, typename HSTYPE>
class Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator
class Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator
Enumerator for CacheableHashSet class.
Member Function Documentation
◆ MoveNext()
template<int8_t TYPEID, typename HSTYPE >
|
inlinevirtual |
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.
◆ Reset()
template<int8_t TYPEID, typename HSTYPE >
|
inlinevirtual |
Sets the enumerator to its initial position, which is before the first element in the collection.
Property Documentation
◆ Current
template<int8_t TYPEID, typename HSTYPE >
|
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.
Apache Geode C++ Cache .NET API Documentation