Banuba SDK
Public Types | Public Member Functions | Public Attributes | List of all members
bnb::effect_event Class Reference
Inheritance diagram for bnb::effect_event:
bnb::base_event< effect_event > bnb::base_event_iface bnb::identified_class< event_id_t, effect_event >

Public Types

using params_t = std::unordered_map< std::string, std::string >
 
- Public Types inherited from bnb::base_event< effect_event >
using allocator = static_pool_allocator_fallback< effect_event, 3 *2 >
 

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 Member Functions inherited from bnb::base_event_iface
virtual event_id_t get_type_id () const noexcept=0
 

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 >
const static event_id_t id
 

Detailed Description

Definition at line 96 of file event.hpp.


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