v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SmartPointer< T > Class Template Reference

#include <smart-pointers.h>

Inheritance diagram for SmartPointer< T >:
Collaboration diagram for SmartPointer< T >:

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 ()
 
Toperator-> () const
 
Toperator* ()
 
Toperator[] (size_t i)
 
TDetach ()
 
SmartPointerBase
< ObjectDeallocator< T >, T > & 
operator= (const SmartPointerBase< ObjectDeallocator< T >, T > &rhs)
 
bool is_empty ()
 

Detailed Description

template<typename T>
class v8::internal::SmartPointer< T >

Definition at line 128 of file smart-pointers.h.

Constructor & Destructor Documentation

SmartPointer ( )
inline

Definition at line 130 of file smart-pointers.h.

SmartPointer ( T ptr)
inlineexplicit

Definition at line 131 of file smart-pointers.h.

SmartPointer ( const SmartPointer< T > &  rhs)
inline

Definition at line 133 of file smart-pointers.h.


The documentation for this class was generated from the following file: