#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. | |
Definition at line 39 of file ZIOP_Policy_i.h.
| TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | void | ) |
Definition at line 15 of file ZIOP_Policy_i.cpp.
{
CompressorIdLevelListPolicy::CompressorIdLevelListPolicy (
const ::Compression::CompressorIdLevelList& val)
: ::CORBA::Object ()
, ::CORBA::Policy ()
, ::ZIOP::CompressorIdLevelListPolicy ()
| TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | const ::Compression::CompressorIdLevelList & | val | ) |
Constructor.
Definition at line 5 of file ZIOP_Policy_i.cpp.
: ZIOP_Policy_i.cpp 84803 2009-03-12 07:52:59Z msmit $")
| TAO::CompressorIdLevelListPolicy::CompressorIdLevelListPolicy | ( | const CompressorIdLevelListPolicy & | rhs | ) |
Copy constructor.
Definition at line 24 of file ZIOP_Policy_i.cpp.
{
}
CompressorIdLevelListPolicy::CompressorIdLevelListPolicy (void)
: ::CORBA::Object ()
, ::CORBA::Policy ()
, ::ZIOP::CompressorIdLevelListPolicy ()
| TAO_Cached_Policy_Type TAO::CompressorIdLevelListPolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Definition at line 75 of file ZIOP_Policy_i.cpp.
{
| CORBA::Boolean TAO::CompressorIdLevelListPolicy::_tao_decode | ( | TAO_InputCDR & | in_cdr | ) |
This method reads the object state from a CDR representation.
Definition at line 94 of file ZIOP_Policy_i.cpp.
{
return static_cast<TAO_Policy_Scope> (TAO_POLICY_DEFAULT_SCOPE |
TAO_POLICY_CLIENT_EXPOSED);
| CORBA::Boolean TAO::CompressorIdLevelListPolicy::_tao_encode | ( | TAO_OutputCDR & | out_cdr | ) |
This method writes a CDR representation of the current object.
Definition at line 88 of file ZIOP_Policy_i.cpp.
{
return TAO_CACHED_COMPRESSION_ID_LEVEL_LIST_POLICY;
}
| TAO_Policy_Scope TAO::CompressorIdLevelListPolicy::_tao_scope | ( | void | ) | const |
Definition at line 81 of file ZIOP_Policy_i.cpp.
{
return &this->value_;
}
| CompressorIdLevelListPolicy * TAO::CompressorIdLevelListPolicy::clone | ( | void | ) | const [virtual] |
Returns a copy of <this>.
Definition at line 43 of file ZIOP_Policy_i.cpp.
{
}
CORBA::PolicyType
CompressorIdLevelListPolicy::policy_type (void)
{
// Future policy implementors: notice how this minimizes the
// footprint of the class.
| Compression::CompressorIdLevelList * TAO::CompressorIdLevelListPolicy::compressor_ids | ( | void | ) |
Definition at line 69 of file ZIOP_Policy_i.cpp.
| CORBA::Policy_ptr TAO::CompressorIdLevelListPolicy::copy | ( | void | ) | [virtual] |
Definition at line 53 of file ZIOP_Policy_i.cpp.
{
CompressorIdLevelListPolicy *copy = 0;
ACE_NEW_RETURN (copy,
CompressorIdLevelListPolicy (*this),
0);
| void TAO::CompressorIdLevelListPolicy::destroy | ( | void | ) | [virtual] |
Definition at line 64 of file ZIOP_Policy_i.cpp.
{
| CORBA::PolicyType TAO::CompressorIdLevelListPolicy::policy_type | ( | void | ) | [virtual] |
Definition at line 34 of file ZIOP_Policy_i.cpp.
{
}
CompressorIdLevelListPolicy::CompressorIdLevelListPolicy (const CompressorIdLevelListPolicy &rhs)
: ::CORBA::Object ()
, ::CORBA::Policy ()
::Compression::CompressorIdLevelList TAO::CompressorIdLevelListPolicy::value_ [private] |
The attribute.
Definition at line 76 of file ZIOP_Policy_i.h.
1.7.0