![]() |
Banuba SDK
|
Public Types | |
| using | params_t = std::unordered_map<std::string, std::string> |
| Public Types inherited from bnb::base_event< effect_event > | |
| using | allocator |
Public Member Functions | |
| effect_event (const std::string &a_name, const params_t &a_params) | |
| Public Member Functions inherited from bnb::base_event< effect_event > | |
| event_id_t | get_type_id () const noexcept final |
Public Attributes | |
| const std::string | name |
| const params_t | params |
Additional Inherited Members | |
| Static Public Member Functions inherited from bnb::identified_class< event_id_t, effect_event > | |
| static const char * | get_name () noexcept |
| static event_id_t | get_id () noexcept |
| Static Public Attributes inherited from bnb::base_event< effect_event > | |
| static const event_id_t | id |
| using bnb::effect_event::params_t = std::unordered_map<std::string, std::string> |
|
inlineexplicit |