rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::plugin_storage_base_t Struct Referenceabstract

abstract item to store plugins inside actor More...

#include <actor_config.h>

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

Public Member Functions

virtual plugins_t get_plugins () noexcept=0
 returns list of plugins pointers from the storage
 

Detailed Description

abstract item to store plugins inside actor

Member Function Documentation

◆ get_plugins()

virtual plugins_t rotor::plugin_storage_base_t::get_plugins ( )
pure virtualnoexcept

returns list of plugins pointers from the storage

Implemented in rotor::plugin_storage_t< PluginList >.


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