#include <Property_T.h>
Inheritance diagram for TAO_Notify_PropertyBase_T< TYPE >:
Public Member Functions | |
TAO_Notify_PropertyBase_T (const char *name, const TYPE &initial) | |
Constuctor. | |
TAO_Notify_PropertyBase_T (const char *name) | |
Constuctor. | |
TAO_Notify_PropertyBase_T (const TAO_Notify_PropertyBase_T &rhs) | |
Copy Constuctor. | |
~TAO_Notify_PropertyBase_T () | |
Destructor. | |
bool | operator== (const TYPE &rhs) const |
Equality comparison operator. | |
bool | operator!= (const TYPE &rhs) const |
Inequality comparison operator. | |
void | get (CosNotification::PropertySeq &prop_seq) |
Populate the Property Sequence with this valid value. | |
void | assign (const TYPE &value) |
const TYPE & | value (void) const |
Return the value. | |
const char * | name (void) const |
Return the name. | |
CORBA::Boolean | is_valid (void) const |
Is the current value valid. | |
void | invalidate (void) |
Invalidate this property's value. | |
Protected Attributes | |
const char * | name_ |
The Property name. | |
TYPE | value_ |
The value. | |
CORBA::Boolean | valid_ |
Is the value valid. |
|
Constuctor.
|
|
Constuctor.
|
|
Copy Constuctor.
|
|
Destructor.
|
|
|
|
Populate the Property Sequence with this valid value. Make space |
|
Invalidate this property's value.
|
|
Is the current value valid.
|
|
Return the name.
|
|
Inequality comparison operator.
|
|
Equality comparison operator.
|
|
Return the value.
|
|
The Property name.
|
|
Is the value valid.
|
|
The value.
|