owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
xxx Struct Reference

Namespace IRI tag classes generated by macro OWLCPP_GENERATE_NAMESPACE_TAGS. More...

#include <ns_iri_tags.hpp>

Detailed Description

Namespace IRI tag classes generated by macro OWLCPP_GENERATE_NAMESPACE_TAGS.

Declare types for each standard namespace IRI, e.g.:

struct rdfs {
static const unsigned index = 3;
static std::string const & iri() {
static const std::string str="http://www.w3.org/2000/01/rdf-schema";
return str;
}
static std::string const & prefix() {
static const std::string str="rdfs";
return str;
}
typedef ::owlcpp::Ns_id id_type;
static id_type id() {return id_type(index);}
};

The documentation for this struct was generated from the following file: