owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
Macros
node_iri_tag_name_macro.hpp File Reference
#include "boost/preprocessor/seq/elem.hpp"
#include "boost/preprocessor/cat.hpp"

Go to the source code of this file.

Macros

#define OWLCPP_NODE_TYPE_NAME(n)
 Generate type name.

Detailed Description

part of owlcpp project.

Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012-3

Macro Definition Documentation

#define OWLCPP_NODE_TYPE_NAME (   n)
Value:
BOOST_PP_CAT( \
BOOST_PP_SEQ_ELEM(0,n), \
BOOST_PP_CAT(_, BOOST_PP_SEQ_ELEM(1,n)) \
) \
/* */

Generate type name.

e.g., OWLCPP_TERM_TYPE_NAME((rdfs)(subClassOf)) produces rdfs_subClassOf