owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include "boost/foreach.hpp"
#include "boost/unordered_map.hpp"
#include "boost/assert.hpp"
#include "owlcpp/rdf/triple.hpp"
#include "owlcpp/rdf/detail/map_traits.hpp"
#include "owlcpp/rdf/visitor_node.hpp"
#include "owlcpp/terms/node_tags_system.hpp"
Go to the source code of this file.
Classes | |
class | owlcpp::detail::Node_copier< Src, Dest > |
Namespaces | |
namespace | owlcpp |
Main namespace of owlcpp library. |
Functions | |
template<class Range , class Src , class Dest > | |
void | owlcpp::copy_triples (Range const &r, Src const &src, Dest &dest) |
copy a range of triples from one store to another | |
template<class Src , class Dest > | |
void | owlcpp::copy_triples (Src const &src, Dest &dest) |
copy all triples from one store to another |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012