v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <smart-pointers.h>
Public Member Functions | |
SmartPointer () | |
SmartPointer (T *ptr) | |
SmartPointer (const SmartPointer< T > &rhs) | |
Public Member Functions inherited from SmartPointerBase< ObjectDeallocator< T >, T > | |
SmartPointerBase () | |
SmartPointerBase (T *ptr) | |
SmartPointerBase (const SmartPointerBase< ObjectDeallocator< T >, T > &rhs) | |
~SmartPointerBase () | |
T * | operator-> () const |
T * | operator* () |
T & | operator[] (size_t i) |
T * | Detach () |
SmartPointerBase < ObjectDeallocator< T >, T > & | operator= (const SmartPointerBase< ObjectDeallocator< T >, T > &rhs) |
bool | is_empty () |
Definition at line 128 of file smart-pointers.h.
|
inline |
Definition at line 130 of file smart-pointers.h.
|
inlineexplicit |
Definition at line 131 of file smart-pointers.h.
|
inline |
Definition at line 133 of file smart-pointers.h.