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

#include <event_base.h>

Inheritance diagram for pp::ext::internal::EventBase1< kCreatePPEventListener1, A >:
Inheritance graph
Collaboration diagram for pp::ext::internal::EventBase1< kCreatePPEventListener1, A >:
Collaboration graph

Public Member Functions

 EventBase1 (const InstanceHandle &instance)
 
virtual ~EventBase1 ()
 
- 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 CreatePPEventListener1 kCreatePPEventListener1, class A>
class pp::ext::internal::EventBase1< kCreatePPEventListener1, A >

Definition at line 115 of file event_base.h.

Constructor & Destructor Documentation

template<const CreatePPEventListener1 kCreatePPEventListener1, class A>
pp::ext::internal::EventBase1< kCreatePPEventListener1, A >::EventBase1 ( const InstanceHandle instance)
inlineexplicit

Definition at line 117 of file event_base.h.

template<const CreatePPEventListener1 kCreatePPEventListener1, class A>
virtual pp::ext::internal::EventBase1< kCreatePPEventListener1, A >::~EventBase1 ( )
inlinevirtual

Definition at line 123 of file event_base.h.


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