owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <boost/range/concepts.hpp>
#include <boost/utility/enable_if.hpp>
#include "boost/range/any_range.hpp"
#include "boost/range/adaptor/type_erased.hpp"
#include "owlcpp/rdf/config.hpp"
Go to the source code of this file.
Namespaces | |
namespace | owlcpp |
Main namespace of owlcpp library. |
Typedefs | |
typedef boost::any_range < Triple, boost::single_pass_traversal_tag, Triple const &, std::ptrdiff_t > | owlcpp::triple_any_range_t |
Functions | |
OWLCPP_RDF_DECL triple_any_range_t | owlcpp::find_triple (Triple_store const &ts, Node_id const *subj=0, Node_id const *pred=0, Node_id const *obj=0, Doc_id const *doc=0) |
search triples without using templates |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2013