#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_ |
ACE_INLINE TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | void | ) |
Constructor.
ACE_INLINE TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | ::TAO_ORB_Core * | core | ) |
Constructor.
ACE_INLINE TAO::ORB_Core_Ref_Counter::~ORB_Core_Ref_Counter | ( | void | ) |
Destructor.
ACE_INLINE TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | TAO::ORB_Core_Ref_Counter const & | rhs | ) |
Copy constructor.
::TAO_ORB_Core* TAO::ORB_Core_Ref_Counter::core | ( | void | ) | const [inline] |
ORB_Core pointer accessor.
ACE_INLINE void TAO::ORB_Core_Ref_Counter::operator= | ( | TAO::ORB_Core_Ref_Counter const & | rhs | ) |
Assignment operator.
::TAO_ORB_Core* TAO::ORB_Core_Ref_Counter::core_ [private] |