TAO_ZIOP
2.0.8
|
#include <ZIOP_Policy_i.h>
Public Member Functions | |
CompressorIdLevelListPolicy (void) | |
CompressorIdLevelListPolicy (const ::Compression::CompressorIdLevelList &val) | |
Constructor. | |
CompressorIdLevelListPolicy (const CompressorIdLevelListPolicy &rhs) | |
Copy constructor. | |
virtual CompressorIdLevelListPolicy * | clone (void) const |
Returns a copy of <this>. | |
virtual ::Compression::CompressorIdLevelList * | compressor_ids () |
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 |
TAO_Policy_Scope | _tao_scope (void) const |
CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) |
This method writes a CDR representation of the current object. | |
CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) |
This method reads the object state from a CDR representation. | |
Private Attributes | |
::Compression::CompressorIdLevelList | value_ |
The attribute. |
TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | void | ) |
Reimplemented from ZIOP::CompressorIdLevelListPolicy.
TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | const ::Compression::CompressorIdLevelList & | val | ) |
Constructor.
TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | const CompressorIdLevelListPolicy & | rhs | ) |
Copy constructor.
TAO_Cached_Policy_Type TAO::CompressorIdLevelListPolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
CORBA::Boolean TAO::CompressorIdLevelListPolicy::_tao_decode | ( | TAO_InputCDR & | in_cdr | ) | [virtual] |
This method reads the object state from a CDR representation.
Reimplemented from CORBA::Policy.
CORBA::Boolean TAO::CompressorIdLevelListPolicy::_tao_encode | ( | TAO_OutputCDR & | out_cdr | ) | [virtual] |
This method writes a CDR representation of the current object.
Reimplemented from CORBA::Policy.
TAO_Policy_Scope TAO::CompressorIdLevelListPolicy::_tao_scope | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
CompressorIdLevelListPolicy * TAO::CompressorIdLevelListPolicy::clone | ( | void | ) | const [virtual] |
Returns a copy of <this>.
Compression::CompressorIdLevelList * TAO::CompressorIdLevelListPolicy::compressor_ids | ( | void | ) | [virtual] |
Implements ZIOP::CompressorIdLevelListPolicy.
CORBA::Policy_ptr TAO::CompressorIdLevelListPolicy::copy | ( | void | ) | [virtual] |
Implements ZIOP::CompressorIdLevelListPolicy.
void TAO::CompressorIdLevelListPolicy::destroy | ( | void | ) | [virtual] |
Implements ZIOP::CompressorIdLevelListPolicy.
CORBA::PolicyType TAO::CompressorIdLevelListPolicy::policy_type | ( | void | ) | [virtual] |
Reimplemented from CORBA::Policy.
::Compression::CompressorIdLevelList TAO::CompressorIdLevelListPolicy::value_ [private] |
The attribute.