#include <Auto_Ptr.h>
Inheritance diagram for ACE_Auto_Basic_Ptr:


Public Methods | |
| ACE_EXPLICIT | ACE_Auto_Basic_Ptr (X *p=0) |
| ACE_Auto_Basic_Ptr (ACE_Auto_Basic_Ptr< X > &ap) | |
| ACE_Auto_Basic_Ptr< X > & | operator= (ACE_Auto_Basic_Ptr< X > &rhs) |
| ~ACE_Auto_Basic_Ptr (void) | |
| X & | operator * () const |
| X * | get (void) const |
| X * | release (void) |
| void | reset (X *p=0) |
| void | dump (void) const |
| Dump the state of an object. More... | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
Protected Attributes | |
| X * | p_ |
Definition at line 44 of file Auto_Ptr.h.
|
||||||||||
|
Definition at line 48 of file Auto_Ptr.h. References p_.
00048 : p_ (p) {} |
|
||||||||||
|
Definition at line 7 of file Auto_Ptr.i. References ACE_TRACE.
|
|
||||||||||
|
Definition at line 50 of file Auto_Ptr.i. References ACE_TRACE, and get.
|
|
||||||||||
|
Dump the state of an object.
Definition at line 18 of file Auto_Ptr.cpp. References ACE_TRACE.
00019 {
00020 ACE_TRACE ("ACE_Auto_Basic_Ptr<X>::dump");
00021 }
|
|
||||||||||
|
Definition at line 14 of file Auto_Ptr.i. Referenced by operator *, auto_ptr::operator->, ACE_Service_Config::process_directive, ACE_Service_Config::process_file, reset, ACE_Thread_Manager::spawn_i, and ~ACE_Auto_Basic_Ptr.
|
|
|||||||||
|
Definition at line 57 of file Auto_Ptr.i. References ACE_TRACE, and get.
|
|
||||||||||
|
Definition at line 39 of file Auto_Ptr.i. References ACE_TRACE, release, and reset.
|
|
||||||||||
|
Definition at line 21 of file Auto_Ptr.i. Referenced by operator=, ACE_Strong_Bound_Ptr::reset, and ACE_Thread_Manager::spawn_i.
|
|
||||||||||
|
Definition at line 30 of file Auto_Ptr.i. References ACE_TRACE, get, and p_. Referenced by operator=, and ACE_Thread_Manager::spawn_i.
|
|
|||||
|
Declare the dynamic allocation hooks.
Definition at line 64 of file Auto_Ptr.h. |
|
|||||
|
Definition at line 67 of file Auto_Ptr.h. Referenced by ACE_Auto_Basic_Ptr, get, release, and reset. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002