owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
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_ */