A CqResults is obtained by executing a Query on the server.  
 More...
#include <CqResults.hpp>
Inherits apache::geode::client::SelectResults.
Inherited by apache::geode::client::StructSet.
A CqResults is obtained by executing a Query on the server. 
This will be a StructSet. 
◆ iterator
◆ begin()
  
  | 
        
          | virtual iterator apache::geode::client::SelectResults::begin | ( |  | ) |  |  | pure virtualinherited | 
 
 
◆ end()
  
  | 
        
          | virtual iterator apache::geode::client::SelectResults::end | ( |  | ) |  |  | pure virtualinherited | 
 
 
◆ operator[]()
  
  | 
        
          | virtual const std::shared_ptr< Serializable > apache::geode::client::SelectResults::operator[] | ( | size_t | index | ) | const |  | pure virtualinherited | 
 
Index operator to directly access an item in the SelectResults. 
- Parameters
- 
  
    | index | the index number of the required item. |  
 
- Exceptions
- 
  
  
- Returns
- A smart pointer to the item indexed. 
 
 
◆ size()
  
  | 
        
          | virtual size_t apache::geode::client::SelectResults::size | ( |  | ) | const |  | pure virtualinherited |