#include <nan.h>
Public Member Functions | |
Persistent & | operator= (const Persistent &that) |
template<class S , class M2 > | |
Persistent & | operator= (const Persistent< S, M2 > &that) |
Persistent () | |
template<typename S > | |
Persistent (v8::Handle< S > that) | |
Persistent (const Persistent &that) | |
template<typename S , typename M2 > | |
Persistent (const Persistent< S, M2 > &that) | |
~Persistent () | |
Private Member Functions | |
template<typename S , typename M2 > | |
void | Copy (const Persistent< S, M2 > &that) |
T * | operator* () const |
Nan::Persistent< T, M >::Persistent | ( | ) | [inline] |
Nan::Persistent< T, M >::Persistent | ( | v8::Handle< S > | that | ) | [inline] |
Nan::Persistent< T, M >::Persistent | ( | const Persistent< T, M > & | that | ) | [inline] |
Nan::Persistent< T, M >::Persistent | ( | const Persistent< S, M2 > & | that | ) | [inline] |
Nan::Persistent< T, M >::~Persistent | ( | ) | [inline] |
void Nan::Persistent< T, M >::Copy | ( | const Persistent< S, M2 > & | that | ) | [inline, private] |
T* Nan::Persistent< T, M >::operator* | ( | ) | const [inline, private] |
Persistent& Nan::Persistent< T, M >::operator= | ( | const Persistent< T, M > & | that | ) | [inline] |
Persistent& Nan::Persistent< T, M >::operator= | ( | const Persistent< S, M2 > & | that | ) | [inline] |