SASSY
0.0
Software Architecture Support System
|
A shared pointer with constructors for the Statement_ class. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
Statement () | |
Create a nullptr based default statement. | |
Statement (World) | |
Create an empty statement. | |
Statement (World, Node subject, Node predicate, Node object) | |
Create a statement with subject, predicate and object nodes. | |
Statement (Statement_ *) | |
Replicate the shared_ptr<> constructor. | |
Statement (StatementRef) | |
Convert a weak pointer to a shared pointer. | |
A shared pointer with constructors for the Statement_ class.