v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <smart-pointers.h>
Public Member Functions | |
SmartPointerBase () | |
SmartPointerBase (T *ptr) | |
SmartPointerBase (const SmartPointerBase< Deallocator, T > &rhs) | |
~SmartPointerBase () | |
T * | operator-> () const |
T * | operator* () |
T & | operator[] (size_t i) |
T * | Detach () |
SmartPointerBase< Deallocator, T > & | operator= (const SmartPointerBase< Deallocator, T > &rhs) |
bool | is_empty () |
Definition at line 36 of file smart-pointers.h.
|
inline |
Definition at line 39 of file smart-pointers.h.
|
inlineexplicit |
Definition at line 42 of file smart-pointers.h.
|
inline |
Definition at line 46 of file smart-pointers.h.
|
inline |
Definition at line 54 of file smart-pointers.h.
|
inline |
Definition at line 74 of file smart-pointers.h.
|
inline |
Definition at line 92 of file smart-pointers.h.
Referenced by SmartPointerBase< ArrayDeallocator< char >, char >::operator=(), and OptimizingCompiler::OptimizeGraph().
|
inline |
Definition at line 59 of file smart-pointers.h.
|
inline |
Definition at line 56 of file smart-pointers.h.
|
inline |
Definition at line 83 of file smart-pointers.h.
|
inline |
Definition at line 62 of file smart-pointers.h.