owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <ostream>
#include "owlcpp/rdf/config.hpp"
#include "owlcpp/rdf/node_fwd.hpp"
#include "owlcpp/rdf/node_iri.hpp"
#include "owlcpp/rdf/print_id.hpp"
#include "owlcpp/terms/term_methods.hpp"
Go to the source code of this file.
Namespaces | |
namespace | owlcpp |
Main namespace of owlcpp library. |
Functions | |
OWLCPP_RDF_DECL std::string | owlcpp::to_string (Node const &) |
std::string | owlcpp::to_string (Node_iri const &node) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string (Node_blank const &node) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string (Node_bool const &node) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string_full (Node const &, Triple_store const &) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string_full (const Node_id, Triple_store const &) |
template<class Store > | |
std::string | owlcpp::to_string_full (Node_iri const &node, Store const &store) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string_pref (Node const &, Triple_store const &) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string_pref (const Node_id, Triple_store const &) |
template<class Store > | |
std::string | owlcpp::to_string_pref (Node_iri const &node, Store const &store) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string (Node const &, Triple_store const &) |
OWLCPP_RDF_DECL std::string | owlcpp::to_string (const Node_id, Triple_store const &) |
template<class Store > | |
std::string | owlcpp::to_string (Node_iri const &node, Store const &store) |
template<class Ch , class Tr > | |
std::basic_ostream< Ch, Tr > & | owlcpp::operator<< (std::basic_ostream< Ch, Tr > &os, Node const &node) |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012