v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NonCopyablePersistentTraits< T > Class Template Reference

#include <v8.h>

Public Types

typedef Persistent< T,
NonCopyablePersistentTraits< T > > 
NonCopyablePersistent
 

Static Public Member Functions

template<class S , class M >
static V8_INLINE void Copy (const Persistent< S, M > &source, NonCopyablePersistent *dest)
 
template<class O >
static V8_INLINE void Uncompilable ()
 

Static Public Attributes

static const bool kResetInDestructor = false
 

Detailed Description

template<class T>
class v8::NonCopyablePersistentTraits< T >

Default traits for Persistent. This class does not allow use of the copy constructor or assignment operator. At present kResetInDestructor is not set, but that will change in a future version.

Definition at line 126 of file v8.h.

Member Typedef Documentation

Definition at line 609 of file v8.h.

Member Function Documentation

static V8_INLINE void Copy ( const Persistent< S, M > &  source,
NonCopyablePersistent dest 
)
inlinestatic

Definition at line 612 of file v8.h.

static V8_INLINE void Uncompilable ( )
inlinestatic

Definition at line 617 of file v8.h.

References TYPE_CHECK.

Field Documentation

const bool kResetInDestructor = false
static

Definition at line 610 of file v8.h.


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