|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <string>#include "boost/cstdint.hpp"#include "boost/lexical_cast.hpp"#include "boost/numeric/conversion/cast.hpp"#include "owlcpp/terms/node_tags_owl.hpp"#include "owlcpp/terms/node_tags_system.hpp"#include "owlcpp/terms/term_methods.hpp"#include "owlcpp/rdf/exception.hpp"Go to the source code of this file.
Classes | |
| struct | owlcpp::detail::Datatype_bool |
| struct | owlcpp::detail::Datatype_int |
| struct | owlcpp::detail::Datatype_unsigned |
| struct | owlcpp::detail::Datatype_real |
| struct | owlcpp::detail::Datatype_string |
Namespaces | |
| namespace | owlcpp |
| Main namespace of owlcpp library. | |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012
Implementation details for literal node values: internal representations, default datatypes, conversions
1.8.1.2