![]() |
Banuba SDK
|
Public Member Functions | |
| template<typename... Args> | |
| simple_event (Args &&... args) | |
| Public Member Functions inherited from bnb::base_event< simple_event< T, Count > > | |
| event_id_t | get_type_id () const noexcept final |
Public Attributes | |
| T | value |
Additional Inherited Members | |
| Public Types inherited from bnb::base_event< simple_event< T, Count > > | |
| using | allocator |
| Static Public Member Functions inherited from bnb::identified_class< event_id_t, simple_event< T, Count > > | |
| static const char * | get_name () noexcept |
| static event_id_t | get_id () noexcept |
| Static Public Attributes inherited from bnb::base_event< simple_event< T, Count > > | |
| static const event_id_t | id |
|
inlineexplicit |
| T bnb::simple_event< T, Count >::value |