#include <ORB_Table.h>
Public Member Functions | |
ORB_Core_Ref_Counter (void) | |
Constructor. | |
ORB_Core_Ref_Counter (::TAO_ORB_Core *core) | |
Constructor. | |
~ORB_Core_Ref_Counter (void) | |
Destructor. | |
ORB_Core_Ref_Counter (ORB_Core_Ref_Counter const &rhs) | |
Copy constructor. | |
void | operator= (ORB_Core_Ref_Counter const &rhs) |
Assignment operator. | |
::TAO_ORB_Core * | core (void) const |
ORB_Core pointer accessor. | |
Private Attributes | |
::TAO_ORB_Core * | core_ |
TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | void | ) | [inline] |
Constructor.
TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | ::TAO_ORB_Core * | core | ) | [inline] |
Constructor.
TAO::ORB_Core_Ref_Counter::~ORB_Core_Ref_Counter | ( | void | ) | [inline] |
Destructor.
TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | TAO::ORB_Core_Ref_Counter const & | rhs | ) | [inline] |
Copy constructor.
::TAO_ORB_Core* TAO::ORB_Core_Ref_Counter::core | ( | void | ) | const [inline] |
ORB_Core pointer accessor.
void TAO::ORB_Core_Ref_Counter::operator= | ( | TAO::ORB_Core_Ref_Counter const & | rhs | ) | [inline] |
Assignment operator.
::TAO_ORB_Core* TAO::ORB_Core_Ref_Counter::core_ [private] |