| 
    TAO 3.1.4
    
   | 
 
#include <ORB_Table.h>

Public Member Functions | |
| ORB_Core_Ref_Counter () | |
| Constructor.   | |
| ORB_Core_Ref_Counter (::TAO_ORB_Core *core) | |
| Constructor.   | |
| ~ORB_Core_Ref_Counter () | |
| 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 () const | 
| ORB_Core pointer accessor.   | |
Private Attributes | |
| ::TAO_ORB_Core * | core_ | 
| TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | ) | 
Constructor.
| TAO::ORB_Core_Ref_Counter::ORB_Core_Ref_Counter | ( | ::TAO_ORB_Core * | core | ) | 
Constructor.
| TAO::ORB_Core_Ref_Counter::~ORB_Core_Ref_Counter | ( | ) | 
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 |