Public Member Functions | Private Attributes

TAO::CompressionLowValuePolicy Class Reference

Implementation of the ZIOP::CompressionLowValuePolicy. More...

#include <ZIOP_Policy_i.h>

Inheritance diagram for TAO::CompressionLowValuePolicy:
Inheritance graph
[legend]
Collaboration diagram for TAO::CompressionLowValuePolicy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CompressionLowValuePolicy (const ::CORBA::ULong val)
 Constructor.
 CompressionLowValuePolicy (const CompressionLowValuePolicy &rhs)
 Copy constructor.
virtual CompressionLowValuePolicyclone (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.

Detailed Description

Implementation of the ZIOP::CompressionLowValuePolicy.

Definition at line 131 of file ZIOP_Policy_i.h.


Constructor & Destructor Documentation

TAO::CompressionLowValuePolicy::CompressionLowValuePolicy ( const ::CORBA::ULong  val  ) 

Constructor.

Definition at line 197 of file ZIOP_Policy_i.cpp.

{
  return out_cdr << ACE_OutputCDR::from_boolean (this->value_);
}

CORBA::Boolean
CompressionEnablingPolicy::_tao_decode (TAO_InputCDR &in_cdr)

TAO::CompressionLowValuePolicy::CompressionLowValuePolicy ( const CompressionLowValuePolicy rhs  ) 

Copy constructor.

Definition at line 207 of file ZIOP_Policy_i.cpp.

  : ::CORBA::Object ()
  , ::CORBA::Policy ()
  , ::ZIOP::CompressionLowValuePolicy ()


Member Function Documentation

TAO_Cached_Policy_Type TAO::CompressionLowValuePolicy::_tao_cached_type ( void   )  const [virtual]

Definition at line 262 of file ZIOP_Policy_i.cpp.

{
}

CompressionLowValuePolicy * TAO::CompressionLowValuePolicy::clone ( void   )  const [virtual]

Returns a copy of <this>.

Definition at line 226 of file ZIOP_Policy_i.cpp.

{
}

CORBA::PolicyType
CompressionLowValuePolicy::policy_type (void)
{
  // Future policy implementors: notice how this minimizes the
  // footprint of the class.

CORBA::Policy_ptr TAO::CompressionLowValuePolicy::copy ( void   )  [virtual]

Definition at line 236 of file ZIOP_Policy_i.cpp.

{
  CompressionLowValuePolicy *copy = 0;
  ACE_NEW_RETURN (copy,
                  CompressionLowValuePolicy (*this),
                  0);
  return copy;
}

void TAO::CompressionLowValuePolicy::destroy ( void   )  [virtual]

Definition at line 250 of file ZIOP_Policy_i.cpp.

{
  // Future policy implementors: notice how the following code is
 // exception safe!

CORBA::ULong TAO::CompressionLowValuePolicy::low_value ( void   ) 

= The ZIOP::BidirectionalPolicy methods

Definition at line 255 of file ZIOP_Policy_i.cpp.

CORBA::PolicyType TAO::CompressionLowValuePolicy::policy_type ( void   )  [virtual]

Definition at line 217 of file ZIOP_Policy_i.cpp.

{
}

CompressionLowValuePolicy::CompressionLowValuePolicy (const CompressionLowValuePolicy &rhs)
  : ::CORBA::Object ()
  , ::CORBA::Policy ()


Member Data Documentation

::CORBA::ULong TAO::CompressionLowValuePolicy::value_ [private]

The attribute.

Definition at line 160 of file ZIOP_Policy_i.h.


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