owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <string>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | owlcpp |
Main namespace of owlcpp library. | |
namespace | owlcpp::terms |
Definitions of standard OWL namespaces and terms. |
Functions | |
template<class T > | |
std::string | owlcpp::terms::to_string_full (const T &) |
template<class T > | |
std::string | owlcpp::terms::to_string_pref (const T &) |
template<class T > | |
bool | owlcpp::terms::comparison (char const *str, const std::size_t len, T const &) |
template<class T > | |
bool | owlcpp::terms::comparison (std::string const &str, T const &) |
template<class T > | |
bool | owlcpp::terms::comparison (char const *str, T const &) |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2010