Variable rdf4cpp::storage::default_node_storage¶
Defined in File NodeStorage.hpp
Variable Documentation¶
-
DynNodeStoragePtr rdf4cpp::storage::default_node_storage¶
Pointer to the default node-storage instance. By default it points to rdf4cpp::storage::reference_node_storage::default_instance. This instance is used by default if you do not specify one when creating or modifying nodes.
This pointer can be reassigned to point to any instance of your choosing, but be aware that this pointer does not manage ownership, or keep the instance alive. You need to do that yourself.