Public Member Functions | Protected Attributes | Private Member Functions | Friends

TAO_RT_Transport_Descriptor_Property Class Reference

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]

List of all members.

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_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.

Definition at line 34 of file RT_Transport_Descriptor_Property.h.


Constructor & Destructor Documentation

TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property ( void   ) 

Constructor.

Definition at line 8 of file RT_Transport_Descriptor_Property.inl.

  : next_ (0)
{
}

TAO_RT_Transport_Descriptor_Property::~TAO_RT_Transport_Descriptor_Property ( void   )  [virtual]

Destructor.

Definition at line 17 of file RT_Transport_Descriptor_Property.cpp.

{
}

TAO_RT_Transport_Descriptor_Property::TAO_RT_Transport_Descriptor_Property ( const TAO_RT_Transport_Descriptor_Property  )  [private]

Member Function Documentation

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]

Friends And Related Function Documentation

friend class TAO_RT_Transport_Descriptor [friend]

Definition at line 36 of file RT_Transport_Descriptor_Property.h.


Member Data Documentation

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

Definition at line 51 of file RT_Transport_Descriptor_Property.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines