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. |
This code (in header raul/AtomRDF.hpp) depends on redlandmm, only apps which directly depend on both raul and liblo should include it.
Redland::Node Raul::AtomRDF::atom_to_node | ( | Redland::World & | world, | |
const Atom & | atom | |||
) | [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().