Pepper_31_C++_interfaces
Classes | Typedefs
pp::ext::internal Namespace Reference

Classes

class  GenericEventBase
 
class  EventBase0
 
class  EventBase1
 
class  EventBase2
 
class  EventBase3
 
class  VarOutputAdapterWithStorage
 
struct  ExtCallbackOutputTraits
 
class  ArrayVarOutputAdapterWithStorage
 
struct  ExtCallbackOutputTraits< std::vector< T > >
 
class  FromVarConverterBase
 
class  FromVarConverter
 
class  FromVarConverter< Optional< T > >
 
class  FromVarConverter< bool >
 
class  FromVarConverter< int32_t >
 
class  FromVarConverter< double >
 
class  FromVarConverter< std::string >
 
class  FromVarConverter< Var >
 
class  FromVarConverter< VarArray >
 
class  FromVarConverter< VarDictionary >
 
class  FromVarConverter< VarArrayBuffer >
 
class  ToVarConverterBase
 
class  ToVarConverter
 
class  ToVarConverter< Optional< T > >
 
class  ToVarConverter< bool >
 
class  ToVarConverter< int32_t >
 
class  ToVarConverter< double >
 
class  ToVarConverter< std::string >
 
class  ToVarConverter< Var >
 
class  ToVarConverter< VarArray >
 
class  ToVarConverter< VarDictionary >
 
class  ToVarConverter< VarArrayBuffer >
 

Typedefs

typedef PP_Ext_EventListener(* CreatePPEventListener0 )(void(*)(uint32_t, void *), void *)
 
typedef PP_Ext_EventListener(* CreatePPEventListener1 )(void(*)(uint32_t, void *, PP_Var), void *)
 
typedef PP_Ext_EventListener(* CreatePPEventListener2 )(void(*)(uint32_t, void *, PP_Var, PP_Var), void *)
 
typedef PP_Ext_EventListener(* CreatePPEventListener3 )(void(*)(uint32_t, void *, PP_Var, PP_Var, PP_Var), void *)
 

Typedef Documentation

typedef PP_Ext_EventListener(* pp::ext::internal::CreatePPEventListener0)(void(*)(uint32_t, void *), void *)

Definition at line 80 of file event_base.h.

typedef PP_Ext_EventListener(* pp::ext::internal::CreatePPEventListener1)(void(*)(uint32_t, void *, PP_Var), void *)

Definition at line 112 of file event_base.h.

typedef PP_Ext_EventListener(* pp::ext::internal::CreatePPEventListener2)(void(*)(uint32_t, void *, PP_Var, PP_Var), void *)

Definition at line 147 of file event_base.h.

typedef PP_Ext_EventListener(* pp::ext::internal::CreatePPEventListener3)(void(*)(uint32_t, void *, PP_Var, PP_Var, PP_Var), void *)

Definition at line 186 of file event_base.h.