TAO_ORB_Core_Auto_Ptr Class Reference
Define a TAO_ORB_Core auto_ptr class.
More...
#include <ORB_Core_Auto_Ptr.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
| TAO_ORB_Core_Auto_Ptr::TAO_ORB_Core_Auto_Ptr |
( |
TAO_ORB_Core * |
p = 0 |
) |
[inline, explicit] |
| TAO_ORB_Core_Auto_Ptr::~TAO_ORB_Core_Auto_Ptr |
( |
void |
|
) |
|
Member Function Documentation
| TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::get |
( |
void |
|
) |
const [inline] |
| TAO_ORB_Core & TAO_ORB_Core_Auto_Ptr::operator* |
( |
|
) |
const [inline] |
| TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::operator-> |
( |
|
) |
const [inline] |
| TAO_ORB_Core * TAO_ORB_Core_Auto_Ptr::release |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: