Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_NS_Property_Boolean Class Reference

Boolean Property. More...

#include <Property_Boolean.h>

List of all members.

Public Methods

 TAO_NS_Property_Boolean (const ACE_CString &name, CORBA::Boolean initial)
 Constuctor. More...

 TAO_NS_Property_Boolean (const ACE_CString &name)
 Constuctor. More...

TAO_NS_Property_Boolean & operator= (const TAO_NS_Property_Boolean &rhs)
 Assignment from TAO_NS_Property_Boolean. More...

TAO_NS_Property_Boolean & operator= (const CORBA::Boolean &rhs)
 Assignment from CORBA::Boolean. More...

int operator== (const CORBA::Boolean &rhs) const
 Equality comparison operator. More...

int operator!= (const CORBA::Boolean &rhs) const
 Inequality comparison operator. More...

int set (const TAO_NS_PropertySeq &property_seq)
void get (CosNotification::PropertySeq &prop_seq)
CORBA::Boolean value (void) const
 Return the value. More...

CORBA::Boolean is_valid (void) const
 Is the current value valid. More...


Protected Attributes

ACE_CString name_
 The Property name. More...

CORBA::Boolean value_
 The value. More...

CORBA::Boolean valid_
 Is the value valid. More...


Detailed Description

Boolean Property.


Constructor & Destructor Documentation

TAO_NS_Property_Boolean::TAO_NS_Property_Boolean const ACE_CString   name,
CORBA::Boolean    initial
 

Constuctor.

TAO_NS_Property_Boolean::TAO_NS_Property_Boolean const ACE_CString   name
 

Constuctor.


Member Function Documentation

void TAO_NS_Property_Boolean::get CosNotification::PropertySeq   prop_seq
 

CORBA::Boolean TAO_NS_Property_Boolean::is_valid void    const
 

Is the current value valid.

int TAO_NS_Property_Boolean::operator!= const CORBA::Boolean   rhs const
 

Inequality comparison operator.

TAO_NS_Property_Boolean& TAO_NS_Property_Boolean::operator= const CORBA::Boolean   rhs
 

Assignment from CORBA::Boolean.

TAO_NS_Property_Boolean& TAO_NS_Property_Boolean::operator= const TAO_NS_Property_Boolean &    rhs
 

Assignment from TAO_NS_Property_Boolean.

int TAO_NS_Property_Boolean::operator== const CORBA::Boolean   rhs const
 

Equality comparison operator.

int TAO_NS_Property_Boolean::set const TAO_NS_PropertySeq   property_seq
 

CORBA::Boolean TAO_NS_Property_Boolean::value void    const
 

Return the value.


Member Data Documentation

ACE_CString TAO_NS_Property_Boolean::name_ [protected]
 

The Property name.

CORBA::Boolean TAO_NS_Property_Boolean::valid_ [protected]
 

Is the value valid.

CORBA::Boolean TAO_NS_Property_Boolean::value_ [protected]
 

The value.


The documentation for this class was generated from the following files:
Generated on Sun Dec 1 15:58:33 2002 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001