owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include "boost/preprocessor/arithmetic/add.hpp"
#include "boost/preprocessor/seq/elem.hpp"
#include "boost/preprocessor/facilities/empty.hpp"
#include "boost/preprocessor/seq/for_each_i.hpp"
#include "owlcpp/terms/ns_iri_tag_macro.hpp"
Go to the source code of this file.
Macros | |
#define | OWLCPP_NAMESPACE_TAG_MACRO_(r, n0, i, e) |
#define | OWLCPP_GENERATE_NAMESPACE_TAGS(seq, n0) BOOST_PP_SEQ_FOR_EACH_I(OWLCPP_NAMESPACE_TAG_MACRO_, n0, seq) |
Generate class definitions for namespace IRI tags. The classes are defined based on seq, sequence of IRI definitions. Each definition is a sequence of 3 elements, ((class name)("namespace prefix")("namespace IRI")). Namespace IDs are assigned sequentially starting from n0. |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2013
#define OWLCPP_NAMESPACE_TAG_MACRO_ | ( | r, | |
n0, | |||
i, | |||
e | |||
) |