|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include "boost/lexical_cast.hpp"#include "boost/numeric/conversion/cast.hpp"#include "owlcpp/rdf/config.hpp"#include "owlcpp/rdf/exception.hpp"#include "owlcpp/node_id.hpp"#include "owlcpp/rdf/triple_store.hpp"#include "owlcpp/rdf/print_node.hpp"Go to the source code of this file.
Classes | |
| class | owlcpp::detail::Get_value< Out > |
| class | owlcpp::detail::Get_value< std::string > |
Namespaces | |
| namespace | owlcpp |
| Main namespace of owlcpp library. | |
Functions | |
| bool | owlcpp::is_literal (const Node_id nid, Triple_store const &ts) |
| Node_literal const & | owlcpp::to_literal (Node const &node) |
| template<class Out > | |
| Out | owlcpp::value (const Node_id nid, Triple_store const &ts) |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012
1.8.1.2