|
ASPECT
|


Go to the source code of this file.
Namespaces | |
| aspect | |
| aspect::Plugins | |
| aspect::internal | |
| aspect::internal::Plugins | |
Functions | |
| template<typename TestType , typename PluginType , typename = typename std::enable_if_t<std::is_base_of<PluginType,TestType>::value>> | |
| bool | aspect::Plugins::plugin_type_matches (const PluginType &object) |
| template<typename TestType , typename PluginType , typename = typename std::enable_if_t<std::is_base_of<PluginType,TestType>::value>> | |
| TestType & | aspect::Plugins::get_plugin_as_type (PluginType &object) |