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