Go to the documentation of this file.
21#define IGNITION_ADD_PLUGIN(PluginClass, ...) \
22 GZ_ADD_PLUGIN(PluginClass, __VA_ARGS__)
24#define IGNITION_ADD_PLUGIN_ALIAS(PluginClass, ...) \
25 GZ_ADD_PLUGIN_ALIAS(PluginClass, __VA_ARGS__)
27#define IGNITION_ADD_FACTORY(ProductType, FactoryType) \
28 GZ_ADD_FACTORY(ProductType, FactoryType)
30#define IGNITION_ADD_FACTORY_ALIAS(ProductType, FactoryType, ...) \
31 GZ_ADD_FACTORY_ALIAS(ProductType, FactoryType, __VA_ARGS__)