TAO_RTCORBA
2.0.8
|
Base RT Transport Descriptor Property that can be <insert> ed into the TAO_RT_Transport_Descriptor class. More...
#include <RT_Transport_Descriptor_Property.h>
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 |
Base RT Transport Descriptor Property that can be <insert> ed into the TAO_RT_Transport_Descriptor class.
TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property | ( | void | ) | [inline] |
Constructor.
TAO_RT_Transport_Descriptor_Property::~TAO_RT_Transport_Descriptor_Property | ( | void | ) | [virtual] |
Destructor.
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] |
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] |
Properties can be chanined using the <next_> pointer;.