Pepper_31_C++_interfaces
Public Member Functions | List of all members
pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B > Class Template Referenceabstract

#include <event_base.h>

Inheritance diagram for pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B >:
Inheritance graph
Collaboration diagram for pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B >:
Collaboration graph

Public Member Functions

 EventBase2 (const InstanceHandle &instance)
 
virtual ~EventBase2 ()
 
- Public Member Functions inherited from pp::ext::internal::GenericEventBase
bool StartListening ()
 
void StopListening ()
 
bool IsListening () const
 
uint32_t listener_id () const
 

Additional Inherited Members

- Protected Member Functions inherited from pp::ext::internal::GenericEventBase
 GenericEventBase (const InstanceHandle &instance, const PP_Ext_EventListener &pp_listener)
 
 ~GenericEventBase ()
 
- Protected Attributes inherited from pp::ext::internal::GenericEventBase
InstanceHandle instance_
 
uint32_t listener_id_
 
const PP_Ext_EventListener pp_listener_
 

Detailed Description

template<const CreatePPEventListener2 kCreatePPEventListener2, class A, class B>
class pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B >

Definition at line 152 of file event_base.h.

Constructor & Destructor Documentation

template<const CreatePPEventListener2 kCreatePPEventListener2, class A, class B>
pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B >::EventBase2 ( const InstanceHandle instance)
inlineexplicit

Definition at line 154 of file event_base.h.

template<const CreatePPEventListener2 kCreatePPEventListener2, class A, class B>
virtual pp::ext::internal::EventBase2< kCreatePPEventListener2, A, B >::~EventBase2 ( )
inlinevirtual

Definition at line 160 of file event_base.h.


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