Banuba SDK
Public Member Functions | List of all members
bnb::interfaces::reload_result Class Referenceabstract

Returned by effect_manager.reload_config. More...

#include <reload_result.hpp>

Public Member Functions

virtual std::shared_ptr<::bnb::interfaces::effecteffect ()=0
 Effect with updated config applied. More...
 
virtual bool hot_reload ()=0
 In case it was possible to apply the new config on the same effect, this flag will be true.
 

Detailed Description

Returned by effect_manager.reload_config.

Definition at line 18 of file reload_result.hpp.

Member Function Documentation

◆ effect()

virtual std::shared_ptr<::bnb::interfaces::effect> bnb::interfaces::reload_result::effect ( )
pure virtual

Effect with updated config applied.

Depending on changes it may be the effect already loaded or a new one.


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