A class purely to pass redland objects like world, parsers and models and other redland stuff to other methods without exposing their types in the header file.
More...
#include <pd_RDFSupportRed.h>
List of all members.
Detailed Description
A class purely to pass redland objects like world, parsers and models and other redland stuff to other methods without exposing their types in the header file.
Instead of passing in these things to the constructor, I moved to a design where the objects are owned by this class, so if you declaure a RDFArguments on the stack, RAII will deallocate the world, parser, and model for you. Less to possibly leak.
Constructor & Destructor Documentation
RDFArguments::RDFArguments |
( |
|
) |
|
RDFArguments::~RDFArguments |
( |
|
) |
|
RDFArguments::RDFArguments |
( |
const RDFArguments & |
other |
) |
[private] |
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: