v8  3.25.30(node0.11.13)
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)
 
Toperator-> () const
 
Toperator* () const
 
Tget () const
 
Toperator[] (size_t i)
 
const Toperator[] (size_t i) const
 
TDetach ()
 
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 ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

SmartPointer ( )
inline

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

SmartPointer ( T ptr)
inlineexplicit

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

SmartPointer ( const SmartPointer< T > &  rhs)
inline

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


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