TAO_CosNotification
2.1.6
|
#include <Property_T.h>
Public Member Functions | |
TAO_Notify_Property_T (const char *name, const TYPE &initial) | |
Constructor. | |
TAO_Notify_Property_T (const char *name) | |
Constructor. | |
int | set (const TAO_Notify_PropertySeq &property_seq) |
int | set (const CosNotification::PropertyValue &value) |
Public Member Functions inherited from TAO_Notify_PropertyBase_T< TYPE > | |
TAO_Notify_PropertyBase_T (const char *name, const TYPE &initial) | |
Constructor. | |
TAO_Notify_PropertyBase_T (const char *name) | |
Constructor. | |
TAO_Notify_PropertyBase_T (const TAO_Notify_PropertyBase_T &rhs) | |
Copy Constructor. | |
~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. |
Additional Inherited Members | |
Protected Attributes inherited from TAO_Notify_PropertyBase_T< TYPE > | |
const char * | name_ |
The Property name. | |
TYPE | value_ |
The value. | |
CORBA::Boolean | valid_ |
Is the value valid. |
TAO_Notify_Property_T< TYPE >::TAO_Notify_Property_T | ( | const char * | name, |
const TYPE & | initial | ||
) |
Constructor.
TAO_Notify_Property_T< TYPE >::TAO_Notify_Property_T | ( | const char * | name | ) |
Constructor.
int TAO_Notify_Property_T< TYPE >::set | ( | const TAO_Notify_PropertySeq & | property_seq | ) |
Init this Property from the sequence. Returns 0 on success, -1 on error
int TAO_Notify_Property_T< TYPE >::set | ( | const CosNotification::PropertyValue & | value | ) |
Init this Property from the CosNotification::PropertyValue Returns 0 on success, -1 on error