#include <Property_T.h>
Collaboration diagram for TAO_Notify_StructProperty_T< TYPE >:
Public Member Functions | |
TAO_Notify_StructProperty_T (const char *name, const TYPE &initial) | |
Constuctor. | |
TAO_Notify_StructProperty_T (const char *name) | |
Constuctor. | |
int | set (const TAO_Notify_PropertySeq &property_seq) |
const char * | name (void) const |
Return the name. | |
const TYPE & | value (void) const |
Return the value. | |
CORBA::Boolean | is_valid (void) 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. |
|
Constuctor.
|
|
Constuctor.
|
|
Is the current value valid.
|
|
Return the name.
|
|
Init this Property from the sequence. Returns 0 on success, -1 on error |
|
Return the value.
|
|
The Property name.
|
|
Is the value valid.
|
|
The value.
|