Dataquay 0.8
Dataquay::ObjectStorer::StoreCallback Struct Referenceabstract

#include <ObjectStorer.h>

Public Member Functions

virtual ~StoreCallback ()
 
virtual void stored (ObjectStorer *, ObjectNodeMap &, QObject *, Node)=0
 An object has been stored by the given ObjectStorer, resulting in the given RDF node.
 

Detailed Description

Definition at line 328 of file ObjectStorer.h.

Constructor & Destructor Documentation

◆ ~StoreCallback()

virtual Dataquay::ObjectStorer::StoreCallback::~StoreCallback ( )
inlinevirtual

Definition at line 329 of file ObjectStorer.h.

Member Function Documentation

◆ stored()

virtual void Dataquay::ObjectStorer::StoreCallback::stored ( ObjectStorer * ,
ObjectNodeMap & ,
QObject * ,
Node  )
pure virtual

An object has been stored by the given ObjectStorer, resulting in the given RDF node.

The object and node will also be found in the ObjectNodeMap, which additionally references any other objects that have been stored during this storage sequence.


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