TAO_CosNotification  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
TAO_Notify_Property_Boolean Class Reference

Boolean Property. More...

#include <Property_Boolean.h>

Collaboration diagram for TAO_Notify_Property_Boolean:
Collaboration graph

Public Member Functions

 TAO_Notify_Property_Boolean (const char *name, CORBA::Boolean initial)
 Constructor. More...
 
 TAO_Notify_Property_Boolean (const char *name)
 Constructor. More...
 
TAO_Notify_Property_Booleanoperator= (const TAO_Notify_Property_Boolean &rhs)
 Assignment from TAO_Notify_Property_Boolean. More...
 
TAO_Notify_Property_Booleanoperator= (const CORBA::Boolean &rhs)
 Assignment from CORBA::Boolean. More...
 
bool operator== (const CORBA::Boolean &rhs) const
 Equality comparison operator. More...
 
bool operator!= (const CORBA::Boolean &rhs) const
 Inequality comparison operator. More...
 
int set (const TAO_Notify_PropertySeq &property_seq)
 
void get (CosNotification::PropertySeq &prop_seq)
 
const char * name (void) const
 Return the name. More...
 
CORBA::Boolean value (void) const
 Return the value. More...
 
CORBA::Boolean is_valid (void) const
 Is the current value valid. More...
 

Protected Attributes

const char * 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_Notify_Property_Boolean::TAO_Notify_Property_Boolean ( const char *  name,
CORBA::Boolean  initial 
)

Constructor.

TAO_Notify_Property_Boolean::TAO_Notify_Property_Boolean ( const char *  name)

Constructor.

Member Function Documentation

void TAO_Notify_Property_Boolean::get ( CosNotification::PropertySeq prop_seq)

Make space

CORBA::Boolean TAO_Notify_Property_Boolean::is_valid ( void  ) const

Is the current value valid.

const char * TAO_Notify_Property_Boolean::name ( void  ) const

Return the name.

bool TAO_Notify_Property_Boolean::operator!= ( const CORBA::Boolean rhs) const

Inequality comparison operator.

TAO_Notify_Property_Boolean & TAO_Notify_Property_Boolean::operator= ( const TAO_Notify_Property_Boolean rhs)

Assignment from TAO_Notify_Property_Boolean.

TAO_Notify_Property_Boolean & TAO_Notify_Property_Boolean::operator= ( const CORBA::Boolean rhs)

Assignment from CORBA::Boolean.

bool TAO_Notify_Property_Boolean::operator== ( const CORBA::Boolean rhs) const

Equality comparison operator.

int TAO_Notify_Property_Boolean::set ( const TAO_Notify_PropertySeq property_seq)
CORBA::Boolean TAO_Notify_Property_Boolean::value ( void  ) const

Return the value.

Member Data Documentation

const char* TAO_Notify_Property_Boolean::name_
protected

The Property name.

CORBA::Boolean TAO_Notify_Property_Boolean::valid_
protected

Is the value valid.

CORBA::Boolean TAO_Notify_Property_Boolean::value_
protected

The value.


The documentation for this class was generated from the following files: