v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
v8::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.

Member Typedef Documentation

Member Function Documentation

template<class T >
template<class S , class M >
static V8_INLINE void v8::NonCopyablePersistentTraits< T >::Copy ( const Persistent< S, M > &  source,
NonCopyablePersistent dest 
)
inlinestatic
template<class T >
template<class O >
static V8_INLINE void v8::NonCopyablePersistentTraits< T >::Uncompilable ( )
inlinestatic

Member Data Documentation

template<class T >
const bool v8::NonCopyablePersistentTraits< T >::kResetInDestructor = false
static

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