VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Go to the documentation of this file.
20 #ifndef GEODE_SELECTRESULTS_H_
21 #define GEODE_SELECTRESULTS_H_
28 #include "ExceptionTypes.hpp"
29 #include "Serializable.hpp"
30 #include "internal/geode_globals.hpp"
36 class SelectResultsIterator;
53 virtual size_t size()
const = 0;
63 size_t index)
const = 0;
84 #endif // GEODE_SELECTRESULTS_H_
virtual size_t size() const =0
Get the size of the 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 begin()=0
Get an iterator pointing to the start of SelectResults.
Contains generic template definitions for Cacheable types and instantiations for built-in types.
virtual iterator end()=0
Get an iterator pointing to the end of SelectResults.
std::vector< std::shared_ptr< Cacheable > >::iterator iterator
Interface of an iterator for SelectResults.
Definition: SelectResults.hpp:68
A SelectResults is obtained by executing a Query on the server.
Definition: SelectResults.hpp:44
Apache Geode C++ Cache API Documentation