TAO_ZIOP
2.0.8
|
Implementation of the ZIOP::CompressionLowValuePolicy. More...
#include <ZIOP_Policy_i.h>
Public Member Functions | |
CompressionLowValuePolicy (const ::CORBA::ULong val) | |
Constructor. | |
CompressionLowValuePolicy (const CompressionLowValuePolicy &rhs) | |
Copy constructor. | |
virtual CompressionLowValuePolicy * | clone (void) const |
Returns a copy of <this>. | |
virtual ::CORBA::ULong | low_value (void) |
= The ZIOP::BidirectionalPolicy methods | |
virtual CORBA::PolicyType | policy_type (void) |
virtual CORBA::Policy_ptr | copy (void) |
virtual void | destroy (void) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Private Attributes | |
::CORBA::ULong | value_ |
The attribute. |
Implementation of the ZIOP::CompressionLowValuePolicy.
TAO::CompressionLowValuePolicy::CompressionLowValuePolicy | ( | const ::CORBA::ULong | val | ) |
Constructor.
TAO::CompressionLowValuePolicy::CompressionLowValuePolicy | ( | const CompressionLowValuePolicy & | rhs | ) |
Copy constructor.
TAO_Cached_Policy_Type TAO::CompressionLowValuePolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
CompressionLowValuePolicy * TAO::CompressionLowValuePolicy::clone | ( | void | ) | const [virtual] |
Returns a copy of <this>.
CORBA::Policy_ptr TAO::CompressionLowValuePolicy::copy | ( | void | ) | [virtual] |
Implements ZIOP::CompressionLowValuePolicy.
void TAO::CompressionLowValuePolicy::destroy | ( | void | ) | [virtual] |
Implements ZIOP::CompressionLowValuePolicy.
CORBA::ULong TAO::CompressionLowValuePolicy::low_value | ( | void | ) | [virtual] |
= The ZIOP::BidirectionalPolicy methods
Implements ZIOP::CompressionLowValuePolicy.
CORBA::PolicyType TAO::CompressionLowValuePolicy::policy_type | ( | void | ) | [virtual] |
Reimplemented from CORBA::Policy.
::CORBA::ULong TAO::CompressionLowValuePolicy::value_ [private] |
The attribute.