Public Member Functions | Static Protected Attributes | Private Attributes
Nan::PropertyCallbackInfoBase< T > Class Template Reference

#include <nan.h>

Inheritance diagram for Nan::PropertyCallbackInfoBase< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

v8::Local< v8::Value > Data () const
v8::Isolate * GetIsolate () const
v8::Local< v8::Object > Holder () const
 PropertyCallbackInfoBase (const v8::AccessorInfo &info, const v8::Local< v8::Value > data)
v8::Local< v8::Object > This () const

Static Protected Attributes

static const int kArgsLength = 6
static const int kDataIndex = 4
static const int kHolderIndex = 0
static const int kIsolateIndex = 1
static const int kReturnValueDefaultValueIndex = 2
static const int kReturnValueIndex = 3
static const int kThisIndex = 5

Private Attributes

const v8::Local< v8::Value > data_
const v8::AccessorInfo & info_

Detailed Description

template<typename T>
class Nan::PropertyCallbackInfoBase< T >

Definition at line 151 of file nan.h.


Constructor & Destructor Documentation

template<typename T>
Nan::PropertyCallbackInfoBase< T >::PropertyCallbackInfoBase ( const v8::AccessorInfo &  info,
const v8::Local< v8::Value >  data 
) [inline, explicit]

Definition at line 156 of file nan.h.


Member Function Documentation

template<typename T>
v8::Local<v8::Value> Nan::PropertyCallbackInfoBase< T >::Data ( ) const [inline]

Definition at line 163 of file nan.h.

template<typename T>
v8::Isolate* Nan::PropertyCallbackInfoBase< T >::GetIsolate ( ) const [inline]

Definition at line 162 of file nan.h.

template<typename T>
v8::Local<v8::Object> Nan::PropertyCallbackInfoBase< T >::Holder ( ) const [inline]

Definition at line 165 of file nan.h.

template<typename T>
v8::Local<v8::Object> Nan::PropertyCallbackInfoBase< T >::This ( ) const [inline]

Definition at line 164 of file nan.h.


Member Data Documentation

template<typename T>
const v8::Local<v8::Value> Nan::PropertyCallbackInfoBase< T >::data_ [private]

Definition at line 153 of file nan.h.

template<typename T>
const v8::AccessorInfo& Nan::PropertyCallbackInfoBase< T >::info_ [private]

Definition at line 152 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kArgsLength = 6 [static, protected]

Definition at line 174 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kDataIndex = 4 [static, protected]

Definition at line 172 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kHolderIndex = 0 [static, protected]

Definition at line 168 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kIsolateIndex = 1 [static, protected]

Definition at line 169 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kReturnValueDefaultValueIndex = 2 [static, protected]

Definition at line 170 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kReturnValueIndex = 3 [static, protected]

Definition at line 171 of file nan.h.

template<typename T>
const int Nan::PropertyCallbackInfoBase< T >::kThisIndex = 5 [static, protected]

Definition at line 173 of file nan.h.


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


dji_ronin
Author(s):
autogenerated on Sat Jun 8 2019 20:15:32