owlcpp
v0.3.3~
C++ library for working with OWL ontologies
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Macros
Pages
include
owlcpp
rdf
print_id.hpp
Go to the documentation of this file.
1
6
#ifndef PRINT_ID_HPP_
7
#define PRINT_ID_HPP_
8
#include <string>
9
#include "
owlcpp/rdf/config.hpp
"
10
11
namespace
owlcpp{
12
class
Ns_id;
13
class
Node_id;
14
class
Doc_id;
15
18
OWLCPP_RDF_DECL std::string to_string(
const
Ns_id);
19
22
OWLCPP_RDF_DECL std::string to_string(
const
Node_id);
23
26
OWLCPP_RDF_DECL std::string to_string(
const
Doc_id);
27
28
}
//namespace owlcpp
29
#endif
/* PRINT_ID_HPP_ */
Generated on Tue Dec 10 2013 17:00:47 for owlcpp by
1.8.1.2