TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
TAO_Notify_Property_Boolean Class Reference

Boolean Property. More...

#include <Property_Boolean.h>

Public Member Functions

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

Protected Attributes

const char * name_
 The Property name.
 
CORBA::Boolean value_
 The value.
 
CORBA::Boolean valid_
 Is the value valid.
 

Detailed Description

Boolean Property.

Constructor & Destructor Documentation

◆ TAO_Notify_Property_Boolean() [1/2]

TAO_Notify_Property_Boolean::TAO_Notify_Property_Boolean ( const char * name,
CORBA::Boolean initial )

Constructor.

◆ TAO_Notify_Property_Boolean() [2/2]

TAO_Notify_Property_Boolean::TAO_Notify_Property_Boolean ( const char * name)

Constructor.

Member Function Documentation

◆ get()

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

Make space

◆ is_valid()

CORBA::Boolean TAO_Notify_Property_Boolean::is_valid ( ) const

Is the current value valid.

◆ name()

const char * TAO_Notify_Property_Boolean::name ( ) const

Return the name.

◆ operator!=()

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

Inequality comparison operator.

◆ operator=() [1/2]

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

Assignment from CORBA::Boolean.

◆ operator=() [2/2]

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

Assignment from TAO_Notify_Property_Boolean.

◆ operator==()

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

Equality comparison operator.

◆ set()

int TAO_Notify_Property_Boolean::set ( const TAO_Notify_PropertySeq & property_seq)

◆ value()

CORBA::Boolean TAO_Notify_Property_Boolean::value ( ) const

Return the value.

Member Data Documentation

◆ name_

const char* TAO_Notify_Property_Boolean::name_
protected

The Property name.

◆ valid_

CORBA::Boolean TAO_Notify_Property_Boolean::valid_
protected

Is the value valid.

◆ value_

CORBA::Boolean TAO_Notify_Property_Boolean::value_
protected

The value.


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