Go to the source code of this file.
#define ECTO_ASSERT_MODULE_NAME |
( |
|
MODULE | ) |
|
Value:template <unsigned T> void incorrect_ecto_module_name_##MODULE(); \
extern template void incorrect_ecto_module_name_##MODULE<MODULE##_ectomodule_EXPORTS>();
#define ECTO_DEFINE_MODULE |
( |
|
modname | ) |
|
Value: void init_module_##modname##_rest() ; \
BOOST_PYTHON_MODULE(modname) {
\ init_module_##modname##_rest(); \
} \
void init_module_##modname##_rest()
#define ECTO_INSTANTIATE_REGISTRY(MODULE)
Definition: registry.hpp:147
#define ECTO_ASSERT_MODULE_NAME(MODULE)
Definition: module.hpp:36
#define ECTO_REGISTER(MODULE)
Definition: registry.hpp:151