RAUL
0.5.1
|
Conversion between Raul Atoms and Redlandmm RDF nodes. More...
Functions | |
Atom | node_to_atom (const Redland::Node &node) |
Convert a Redland::Node to a Raul::Atom. | |
Redland::Node | atom_to_node (Redland::World &world, const Atom &atom) |
Convert a Raul::Atom to a Redland::Node Note that not all Atoms are serialisable, the returned node should be checked (can be treated as a bool) before use. More... | |
Conversion between Raul Atoms and Redlandmm RDF nodes.
This code (in header raul/AtomRDF.hpp) depends on redlandmm, only apps which directly depend on both raul and liblo should include it.
|
inline |
Convert a Raul::Atom to a Redland::Node Note that not all Atoms are serialisable, the returned node should be checked (can be treated as a bool) before use.
References Raul::Atom::type().