TAO_CosNotification 4.0.0
|
#include <Property_T.h>
Public Member Functions | |
TAO_Notify_StructProperty_T (const char *name, const TYPE &initial) | |
Constructor. | |
TAO_Notify_StructProperty_T (const char *name) | |
Constructor. | |
int | set (const TAO_Notify_PropertySeq &property_seq) |
const char * | name () const |
Return the name. | |
const TYPE & | value () const |
Return the value. | |
CORBA::Boolean | is_valid () const |
Is the current value valid. | |
Protected Attributes | |
const char * | name_ |
The Property name. | |
TYPE | value_ |
The value. | |
CORBA::Boolean | valid_ |
Is the value valid. | |
TAO_Notify_StructProperty_T< TYPE >::TAO_Notify_StructProperty_T | ( | const char * | name, |
const TYPE & | initial ) |
Constructor.
TAO_Notify_StructProperty_T< TYPE >::TAO_Notify_StructProperty_T | ( | const char * | name | ) |
Constructor.
CORBA::Boolean TAO_Notify_StructProperty_T< TYPE >::is_valid | ( | ) | const |
Is the current value valid.
const char * TAO_Notify_StructProperty_T< TYPE >::name | ( | ) | const |
Return the name.
int TAO_Notify_StructProperty_T< TYPE >::set | ( | const TAO_Notify_PropertySeq & | property_seq | ) |
Init this Property from the sequence. Returns 0 on success, -1 on error
const TYPE & TAO_Notify_StructProperty_T< TYPE >::value | ( | ) | const |
Return the value.
|
protected |
The Property name.
|
protected |
Is the value valid.
|
protected |
The value.