v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <smart-array-pointer.h>
Public Member Functions | |
SmartArrayPointer () | |
SmartArrayPointer (T *ptr) | |
SmartArrayPointer (const SmartArrayPointer< T > &rhs) | |
~SmartArrayPointer () | |
T * | operator-> () const |
T * | operator* () |
T & | operator[] (size_t i) |
T * | Detach () |
SmartArrayPointer & | operator= (const SmartArrayPointer< T > &rhs) |
bool | is_empty () |
Definition at line 38 of file smart-array-pointer.h.
|
inline |
Definition at line 41 of file smart-array-pointer.h.
|
inlineexplicit |
Definition at line 44 of file smart-array-pointer.h.
|
inline |
Definition at line 48 of file smart-array-pointer.h.
|
inline |
Definition at line 55 of file smart-array-pointer.h.
|
inline |
Definition at line 75 of file smart-array-pointer.h.
|
inline |
Definition at line 92 of file smart-array-pointer.h.
Referenced by SmartArrayPointer< char >::operator=().
|
inline |
Definition at line 60 of file smart-array-pointer.h.
|
inline |
Definition at line 57 of file smart-array-pointer.h.
|
inline |
Definition at line 84 of file smart-array-pointer.h.
|
inline |
Definition at line 63 of file smart-array-pointer.h.