VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
SelectResults.hpp
Go to the documentation of this file.
Contains generic template definitions for Cacheable types and instantiations for built-in types.
A SelectResults is obtained by executing a Query on the server.
Definition SelectResults.hpp:44
virtual iterator begin()=0
Get an iterator pointing to the start of SelectResults.
virtual const std::shared_ptr< Serializable > operator[](size_t index) const =0
Index operator to directly access an item in the SelectResults.
virtual iterator end()=0
Get an iterator pointing to the end of SelectResults.
virtual size_t size() const =0
Get the size of the SelectResults.
std::vector< std::shared_ptr< Cacheable > >::iterator iterator
Interface of an iterator for SelectResults.
Definition SelectResults.hpp:68
Apache Geode C++ Cache API Documentation