| TAO_CosNotification
    2.2.0
    | 
#include <Property_T.h>


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