diff options
Diffstat (limited to 'sord')
-rw-r--r-- | sord/sordmm.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sord/sordmm.hpp b/sord/sordmm.hpp index 1f7d20f..4ab25e2 100644 --- a/sord/sordmm.hpp +++ b/sord/sordmm.hpp @@ -161,6 +161,10 @@ public: inline const SordNode* get_node() const { return _c_obj; } inline SordNode* get_node() { return _c_obj; } + const SerdNode* to_serd_node() { + return sord_node_to_serd_node(_c_obj); + } + inline bool is_valid() const { return type() != UNKNOWN; } inline bool operator<(const Node& other) const { |