Public Member Functions | |
| const SerializablePtr | current () const |
| Get the current item pointed to by the SelectResultsIterator. | |
| bool | hasNext () const |
| Check whether the SelectResultsIterator has another item to get. | |
| bool | moveNext () |
| Move the iterator to point to the next item to get. | |
| const SerializablePtr | next () |
| Get the next item from the SelectResultsIterator. | |
| void | preserveSB () const |
| Atomically increment reference count. | |
| int32_t | refCount () |
| |
| void | releaseSB () const |
| Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero. | |
| void | reset () |
| Reset the SelectResultsIterator to point to the start of the items. | |
| const SerializablePtr gemfire::SelectResultsIterator::current | ( | ) | const |
Get the current item pointed to by the SelectResultsIterator.
| bool gemfire::SelectResultsIterator::hasNext | ( | ) | const |
Check whether the SelectResultsIterator has another item to get.
| bool gemfire::SelectResultsIterator::moveNext | ( | ) |
Move the iterator to point to the next item to get.
| const SerializablePtr gemfire::SelectResultsIterator::next | ( | ) |
Get the next item from the SelectResultsIterator.
| void gemfire::SharedBase::preserveSB | ( | ) | const [inherited] |
Atomically increment reference count.
| int32_t gemfire::SharedBase::refCount | ( | ) | [inline, inherited] |
| void gemfire::SharedBase::releaseSB | ( | ) | const [inherited] |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.
| void gemfire::SelectResultsIterator::reset | ( | ) |
Reset the SelectResultsIterator to point to the start of the items.