|
static const char * | get_name () noexcept |
|
static event_id_t | get_id () noexcept |
|
static const event_id_t | id |
|
Definition at line 96 of file event.hpp.
◆ params_t
using bnb::effect_event::params_t = std::unordered_map<std::string, std::string> |
◆ effect_event()
bnb::effect_event::effect_event |
( |
const std::string & | a_name, |
|
|
const params_t & | a_params ) |
|
inlineexplicit |
Definition at line 100 of file event.hpp.
101 : name(a_name)
102 , params(a_params)
103 {
104 }
◆ name
const std::string bnb::effect_event::name |
◆ params
const params_t bnb::effect_event::params |
The documentation for this class was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/utils/bnb/utils/event.hpp