v8
3.25.30(node0.11.13)
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) | |
T * | operator-> () const |
T & | operator* () const |
T * | get () const |
T & | operator[] (size_t i) |
const T & | operator[] (size_t i) const |
T * | Detach () |
void | Reset (T *new_value) |
SmartPointerBase < ObjectDeallocator< T >, T > & | operator= (const SmartPointerBase< ObjectDeallocator< T >, T > &rhs) |
bool | is_empty () const |
Additional Inherited Members | |
Protected Member Functions inherited from SmartPointerBase< ObjectDeallocator< T >, T > | |
~SmartPointerBase () | |
Definition at line 142 of file smart-pointers.h.
|
inline |
Definition at line 144 of file smart-pointers.h.
|
inlineexplicit |
Definition at line 145 of file smart-pointers.h.
|
inline |
Definition at line 147 of file smart-pointers.h.