|
owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#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. | |
part of owlcpp project.
Distributed under the Boost Software License, Version 1.0; see doc/license.txt.
Copyright Mikhail K Levin 2012-3
| #define OWLCPP_NODE_TYPE_NAME | ( | n | ) |
Generate type name.
e.g., OWLCPP_TERM_TYPE_NAME((rdfs)(subClassOf)) produces rdfs_subClassOf
1.8.1.2