#include <shared_ptr.h>
Inheritance diagram for var_shared_ptr:


Public Member Functions | |
| var_shared_ptr () | |
| var_shared_ptr (T *p) | |
| var_shared_ptr (const var_shared_ptr< T > &s) | |
| const var_shared_ptr< T > & | operator= (const var_shared_ptr< T > &s) | 
| T * | operator-> () const | 
| T & | operator * () const | 
Definition at line 83 of file shared_ptr.h.
      
  | 
  
| 
 
 Definition at line 87 of file shared_ptr.h.  | 
  
      
  | 
  
| 
 
 Definition at line 88 of file shared_ptr.h.  | 
  
      
  | 
  
| 
 
 Definition at line 89 of file shared_ptr.h.  | 
  
      
  | 
  
| 
 
 Definition at line 96 of file shared_ptr.h. References _shared_ptr::ptr, and _shared_ptr::valid().  | 
  
      
  | 
  
| 
 
 Definition at line 95 of file shared_ptr.h. References _shared_ptr::ptr, and _shared_ptr::valid().  | 
  
      
  | 
  
| 
 
 Definition at line 91 of file shared_ptr.h. References _shared_ptr::operator=().  | 
  
 1.4.6