|
V8 Project
|
Default traits for Persistent. More...
#include <v8.h>
Collaboration diagram for v8::NonCopyablePersistentTraits< T >:Public Types | |
| typedef Persistent< T, NonCopyablePersistentTraits< T > > | NonCopyablePersistent |
Static Public Member Functions | |
| template<class S , class M > | |
| static void | Copy (const Persistent< S, M > &source, NonCopyablePersistent *dest) |
| template<class O > | |
| static void | Uncompilable () |
Static Public Attributes | |
| static const bool | kResetInDestructor = false |
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.
| typedef Persistent<T, NonCopyablePersistentTraits<T> > v8::NonCopyablePersistentTraits< T >::NonCopyablePersistent |
|
inlinestatic |
|
inlinestatic |
Definition at line 597 of file v8.h.
References TYPE_CHECK.
|
static |