TAO 4.0.2
|
A concrete implementation for connnection property. More...
#include <Base_Transport_Property.h>
Public Member Functions | |
TAO_Base_Transport_Property ()=default | |
Default constructor. | |
TAO_Base_Transport_Property (TAO_Endpoint *endpoint, CORBA::Boolean flag=false) | |
Constructor. | |
virtual | ~TAO_Base_Transport_Property ()=default |
Destructor. | |
TAO_Base_Transport_Property (const TAO_Base_Transport_Property &rhs) | |
The copy constructor. | |
virtual TAO_Transport_Descriptor_Interface * | duplicate () |
virtual CORBA::Boolean | is_equivalent (const TAO_Transport_Descriptor_Interface *other_prop) |
Try to determine if this object is same as the other_prop. | |
virtual u_long | hash () const |
Generate hash value for our class. | |
![]() | |
virtual | ~TAO_Transport_Descriptor_Interface () |
Destructor. | |
TAO_Endpoint * | endpoint () |
Return the underlying endpoint object. | |
CORBA::Boolean | reset_endpoint (TAO_Endpoint *ep) |
void | set_bidir_flag (CORBA::Boolean flag) |
Set the BiDir flag. | |
Additional Inherited Members | |
![]() | |
TAO_Transport_Descriptor_Interface () | |
Default Constructor. | |
TAO_Transport_Descriptor_Interface (TAO_Endpoint *endpoint, CORBA::Boolean take_ownership=false) | |
Constructor. | |
![]() | |
TAO_Endpoint * | endpoint_ |
The base property of the connection ie. the peer's endpoint. | |
CORBA::Boolean | bidir_flag_ |
Should the endpoint be used in either direction? | |
CORBA::Boolean | release_ |
A concrete implementation for connnection property.
This class is a concrete implementation of a simple connection property class. This provides an implementation for the virtual functions declared in TAO_Transport_Descriptor_Interface.
|
default |
Default constructor.
TAO_Base_Transport_Property::TAO_Base_Transport_Property | ( | TAO_Endpoint * | endpoint, |
CORBA::Boolean | flag = false ) |
Constructor.
|
virtualdefault |
Destructor.
TAO_Base_Transport_Property::TAO_Base_Transport_Property | ( | const TAO_Base_Transport_Property & | rhs | ) |
The copy constructor.
|
virtual |
This call allocates and copies the contents of this class and returns the pointer
Implements TAO_Transport_Descriptor_Interface.
|
virtual |
Generate hash value for our class.
Implements TAO_Transport_Descriptor_Interface.
|
virtual |
Try to determine if this object is same as the other_prop.
Implements TAO_Transport_Descriptor_Interface.