TAO_RTCORBA 3.1.4
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
TAO_RT_Transport_Descriptor_Property Class Referenceabstract

Base RT Transport Descriptor Property that can be <insert> ed into the TAO_RT_Transport_Descriptor class. More...

#include <RT_Transport_Descriptor_Property.h>

Inheritance diagram for TAO_RT_Transport_Descriptor_Property:
Inheritance graph
[legend]
Collaboration diagram for TAO_RT_Transport_Descriptor_Property:
Collaboration graph
[legend]

Public Member Functions

 TAO_RT_Transport_Descriptor_Property ()
 Constructor.
 
virtual ~TAO_RT_Transport_Descriptor_Property ()
 Destructor.
 
virtual TAO_RT_Transport_Descriptor_Propertyduplicate ()=0
 
virtual CORBA::Boolean is_equivalent (const TAO_RT_Transport_Descriptor_Property *other_prop)=0
 

Protected Attributes

TAO_RT_Transport_Descriptor_Propertynext_
 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_Propertyoperator= (const TAO_RT_Transport_Descriptor_Property &)
 

Friends

class TAO_RT_Transport_Descriptor
 

Detailed Description

Base RT Transport Descriptor Property that can be <insert> ed into the TAO_RT_Transport_Descriptor class.

Constructor & Destructor Documentation

◆ TAO_RT_Transport_Descriptor_Property() [1/2]

TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property ( )
inline

Constructor.

◆ ~TAO_RT_Transport_Descriptor_Property()

TAO_RT_Transport_Descriptor_Property::~TAO_RT_Transport_Descriptor_Property ( )
virtual

Destructor.

◆ TAO_RT_Transport_Descriptor_Property() [2/2]

TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property ( const TAO_RT_Transport_Descriptor_Property & )
private

Member Function Documentation

◆ duplicate()

virtual TAO_RT_Transport_Descriptor_Property * TAO_RT_Transport_Descriptor_Property::duplicate ( )
pure virtual

◆ is_equivalent()

virtual CORBA::Boolean TAO_RT_Transport_Descriptor_Property::is_equivalent ( const TAO_RT_Transport_Descriptor_Property * other_prop)
pure virtual

◆ operator=()

TAO_RT_Transport_Descriptor_Property & TAO_RT_Transport_Descriptor_Property::operator= ( const TAO_RT_Transport_Descriptor_Property & )
private

Friends And Related Symbol Documentation

◆ TAO_RT_Transport_Descriptor

friend class TAO_RT_Transport_Descriptor
friend

Member Data Documentation

◆ next_

TAO_RT_Transport_Descriptor_Property* TAO_RT_Transport_Descriptor_Property::next_
protected

Properties can be chanined using the <next_> pointer;.


The documentation for this class was generated from the following files: