Iterator for a query result.
More...
#include <SelectResultsIterator.hpp>
Inherits System::Collections::Generic::IEnumerator< TResult >.
|
| 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.
|
| |
|
| TResult | Current [get] |
| | Gets the element in the collection at the current position of the enumerator.
|
| |
template<class TResult>
class Apache::Geode::Client::SelectResultsIterator< TResult >
Iterator for a query result.
◆ MoveNext()
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()
Sets the enumerator to its initial position, which is before the first element in the collection.
◆ Current
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.