v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
v8::WeakCallbackData< T, P > Class Template Reference

#include <v8.h>

Public Types

typedef void(* Callback )(const WeakCallbackData< T, P > &data)
 

Public Member Functions

 WeakCallbackData (Isolate *isolate, P *parameter, Local< T > handle)
 
V8_INLINE IsolateGetIsolate () const
 
V8_INLINE P * GetParameter () const
 
V8_INLINE Local< T > GetValue () const
 

Member Typedef Documentation

template<class T, class P>
typedef void(* v8::WeakCallbackData< T, P >::Callback)(const WeakCallbackData< T, P > &data)

Constructor & Destructor Documentation

template<class T, class P>
v8::WeakCallbackData< T, P >::WeakCallbackData ( Isolate isolate,
P *  parameter,
Local< T >  handle 
)
inline

Member Function Documentation

template<class T, class P>
V8_INLINE Isolate* v8::WeakCallbackData< T, P >::GetIsolate ( ) const
inline
template<class T, class P>
V8_INLINE P* v8::WeakCallbackData< T, P >::GetParameter ( ) const
inline
template<class T, class P>
V8_INLINE Local<T> v8::WeakCallbackData< T, P >::GetValue ( ) const
inline

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