rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::plugin_storage_t< PluginList > Struct Template Reference

templated plugin storage implementation More...

#include <actor_config.h>

Inheritance diagram for rotor::plugin_storage_t< PluginList >:
rotor::plugin_storage_base_t

Public Member Functions

plugins_t get_plugins () noexcept override
 returns list of plugins pointers from the storage
 

Detailed Description

template<typename PluginList>
struct rotor::plugin_storage_t< PluginList >

templated plugin storage implementation

Member Function Documentation

◆ get_plugins()

template<typename PluginList >
plugins_t rotor::plugin_storage_t< PluginList >::get_plugins ( )
inlineoverridevirtualnoexcept

returns list of plugins pointers from the storage

Implements rotor::plugin_storage_base_t.


The documentation for this struct was generated from the following file: