SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::QueryResults_::iterator Class Reference

Provide a C++ iterator over the results of a RDF query. More...

#include <rdfxx/rdfxx.h>

Inheritance diagram for rdf::QueryResults_::iterator:

Public Member Functions

 iterator (QueryResult_ *qr)
 Construct an iterator over the results.
 
 iterator ()
 Default constructor.
 
iteratoroperator= (const QueryResult_ &)=delete
 No assignment allowed for these iterators.
 
virtual QueryResult_operator* () const
 Dereference the iterator to get a result.
 
virtual iteratoroperator++ ()
 Move to next result.
 
virtual iteratoroperator++ (int)
 Move to next result.
 
virtual bool operator== (const iterator &) const
 Check for equality.
 
virtual bool operator!= (const iterator &) const
 Check for inequality.
 

Detailed Description

Provide a C++ iterator over the results of a RDF query.


The documentation for this class was generated from the following file: