Definition at line 25 of file event.hpp.
◆ subscription_request_t() [1/2]
bnb::subscription_request_t::subscription_request_t |
( |
event_id_t | a_id | ) |
|
|
inline |
Definition at line 30 of file event.hpp.
31 : event_id(a_id)
32 {
33 }
◆ subscription_request_t() [2/2]
bnb::subscription_request_t::subscription_request_t |
( |
event_id_t | a_id, |
|
|
bool | is_req ) |
|
inline |
Definition at line 34 of file event.hpp.
35 : event_id(a_id)
36 , is_required(is_req)
37 {
38 }
◆ event_id
event_id_t bnb::subscription_request_t::event_id |
◆ is_required
bool bnb::subscription_request_t::is_required = false |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/utils/bnb/utils/event.hpp