Pepper_31_C++_interfaces
|
#include <event_base.h>
Public Member Functions | |
EventBase2 (const InstanceHandle &instance) | |
virtual | ~EventBase2 () |
![]() | |
bool | StartListening () |
void | StopListening () |
bool | IsListening () const |
uint32_t | listener_id () const |
Additional Inherited Members | |
![]() | |
GenericEventBase (const InstanceHandle &instance, const PP_Ext_EventListener &pp_listener) | |
~GenericEventBase () | |
![]() | |
InstanceHandle | instance_ |
uint32_t | listener_id_ |
const PP_Ext_EventListener | pp_listener_ |
Definition at line 152 of file event_base.h.
|
inlineexplicit |
Definition at line 154 of file event_base.h.
|
inlinevirtual |
Definition at line 160 of file event_base.h.