owlcpp  v0.3.3-86-g20d8c12~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
nodes_std.hpp
Go to the documentation of this file.
1 
6 #ifndef NODES_STD_HPP_
7 #define NODES_STD_HPP_
8 #include "owlcpp/rdf/config.hpp"
9 
10 namespace owlcpp{
11 class Map_std;
12 
15 struct Nodes_none {
16  void operator()(Map_std&) const {}
17 };
18 
21 struct OWLCPP_RDF_DECL Nodes_owl {
22  void operator()(Map_std&) const;
23 };
24 
25 }//namespace owlcpp
26 #endif /* NODES_STD_HPP_ */
Definition: nodes_std.hpp:21
Definition: nodes_std.hpp:15
Immutable static set of namespace IRIs and nodes.
Definition: map_std.hpp:27