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::Stream_ Class Referenceabstract

An abstract class defining the methods for an RDF Stream. More...

#include <rdfxx/rdfxx.h>

Public Member Functions

virtual ~Stream_ ()
 Virtual destructor.
 
virtual bool end ()=0
 Check if at the end of the stream.
 
virtual bool next ()=0
 Move to the next statement in the stream.
 
virtual StatementRef current ()=0
 Get a reference to the current statement.
 

Detailed Description

An abstract class defining the methods for an RDF Stream.


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