TAO
2.0.8
|
Define a TAO_ORB_Core auto_ptr class. More...
#include <ORB_Core_Auto_Ptr.h>
Public Member Functions | |
Initialization and termination methods | |
TAO_ORB_Core_Auto_Ptr (TAO_ORB_Core *p=0) | |
TAO_ORB_Core_Auto_Ptr (TAO_ORB_Core_Auto_Ptr &ap) | |
TAO_ORB_Core_Auto_Ptr & | operator= (TAO_ORB_Core_Auto_Ptr &rhs) |
~TAO_ORB_Core_Auto_Ptr (void) | |
Accessor methods. | |
TAO_ORB_Core & | operator* () const |
TAO_ORB_Core * | get (void) const |
TAO_ORB_Core * | release (void) |
void | reset (TAO_ORB_Core *p=0) |
TAO_ORB_Core * | operator-> () const |
Protected Attributes | |
TAO_ORB_Core * | p_ |
Define a TAO_ORB_Core auto_ptr class.
This class is used as an aid to make ORB initialization exception safe. It ensures that the ORB core is deallocated through its reference counting mechanism if an exception is thrown.
TAO_ORB_Core_Auto_Ptr::TAO_ORB_Core_Auto_Ptr | ( | TAO_ORB_Core * | p = 0 | ) | [explicit] |
TAO_ORB_Core_Auto_Ptr::TAO_ORB_Core_Auto_Ptr | ( | TAO_ORB_Core_Auto_Ptr & | ap | ) |
TAO_ORB_Core_Auto_Ptr::~TAO_ORB_Core_Auto_Ptr | ( | void | ) |
TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::get | ( | void | ) | const |
TAO_ORB_Core & TAO_ORB_Core_Auto_Ptr::operator* | ( | ) | const |
TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::operator-> | ( | ) | const |
TAO_ORB_Core_Auto_Ptr & TAO_ORB_Core_Auto_Ptr::operator= | ( | TAO_ORB_Core_Auto_Ptr & | rhs | ) |
TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::release | ( | void | ) |
void TAO_ORB_Core_Auto_Ptr::reset | ( | TAO_ORB_Core * | p = 0 | ) |
TAO_ORB_Core* TAO_ORB_Core_Auto_Ptr::p_ [protected] |