Go to the source code of this file.
#define _QITYPE_DETAIL_PROXY_REGISTER_HPP_ |
#define QI_REGISTER_PROXY |
( |
|
Proxy | ) |
|
Value:namespace { \
static
bool BOOST_PP_CAT(_qi_register_proxy_, Proxy)
QI_ATTR_UNUSED = \
::qi::registerProxy<Proxy>(); \
}
#define QI_ATTR_UNUSED
This macro tags a attribute as unused.
Definition at line 163 of file proxyregister.hpp.
#define QI_REGISTER_PROXY_INTERFACE |
( |
|
Proxy, |
|
|
|
Interface |
|
) |
| |
Value:namespace { \
static
bool BOOST_PP_CAT(_qi_register_proxy_, Proxy)
QI_ATTR_UNUSED = \
}
bool registerProxyInterface()
#define QI_ATTR_UNUSED
This macro tags a attribute as unused.
Definition at line 169 of file proxyregister.hpp.