#include <RT_Transport_Descriptor_Property.h>
Inheritance diagram for TAO_RT_Transport_Descriptor_Property:
Public Member Functions | |
TAO_RT_Transport_Descriptor_Property (void) | |
Constructor. | |
virtual | ~TAO_RT_Transport_Descriptor_Property (void) |
Destructor. | |
virtual TAO_RT_Transport_Descriptor_Property * | duplicate (void)=0 |
virtual CORBA::Boolean | is_equivalent (const TAO_RT_Transport_Descriptor_Property *other_prop)=0 |
Protected Attributes | |
TAO_RT_Transport_Descriptor_Property * | next_ |
Properties can be chanined using the <next_> pointer;. | |
Private Member Functions | |
TAO_RT_Transport_Descriptor_Property (const TAO_RT_Transport_Descriptor_Property &) | |
TAO_RT_Transport_Descriptor_Property & | operator= (const TAO_RT_Transport_Descriptor_Property &) |
Friends | |
class | TAO_RT_Transport_Descriptor |
Definition at line 34 of file RT_Transport_Descriptor_Property.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property | ( | void | ) |
Constructor.
Definition at line 8 of file RT_Transport_Descriptor_Property.inl.
00009 : next_ (0) 00010 { 00011 }
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_RT_Transport_Descriptor_Property::~TAO_RT_Transport_Descriptor_Property | ( | void | ) | [virtual] |
TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property | ( | const TAO_RT_Transport_Descriptor_Property & | ) | [private] |
virtual TAO_RT_Transport_Descriptor_Property* TAO_RT_Transport_Descriptor_Property::duplicate | ( | void | ) | [pure virtual] |
Implemented in TAO_RT_Transport_Descriptor_Private_Connection_Property, and TAO_RT_Transport_Descriptor_Banded_Connection_Property.
Referenced by TAO_RT_Transport_Descriptor::duplicate().
virtual CORBA::Boolean TAO_RT_Transport_Descriptor_Property::is_equivalent | ( | const TAO_RT_Transport_Descriptor_Property * | other_prop | ) | [pure virtual] |
TAO_RT_Transport_Descriptor_Property& TAO_RT_Transport_Descriptor_Property::operator= | ( | const TAO_RT_Transport_Descriptor_Property & | ) | [private] |
friend class TAO_RT_Transport_Descriptor [friend] |
Definition at line 36 of file RT_Transport_Descriptor_Property.h.
Properties can be chanined using the <next_> pointer;.
Definition at line 51 of file RT_Transport_Descriptor_Property.h.
Referenced by TAO_RT_Transport_Descriptor::duplicate(), TAO_RT_Transport_Descriptor::insert(), TAO_RT_Transport_Descriptor::is_equivalent(), and TAO_RT_Transport_Descriptor::~TAO_RT_Transport_Descriptor().