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