#include <Property_T.h>
Inheritance diagram for TAO_Notify_Property_T< TYPE >:
Public Member Functions | |
TAO_Notify_Property_T (const char *name, const TYPE &initial) | |
Constuctor. | |
TAO_Notify_Property_T (const char *name) | |
Constuctor. | |
int | set (const TAO_Notify_PropertySeq &property_seq) |
int | set (const CosNotification::PropertyValue &value) |
|
Constuctor.
Definition at line 67 of file Property_T.cpp.
00068 :TAO_Notify_PropertyBase_T <TYPE> (name, initial) 00069 { 00070 } |
|
Constuctor.
Definition at line 61 of file Property_T.cpp.
00062 :TAO_Notify_PropertyBase_T <TYPE> (name) 00063 { 00064 } |
|
Init this Property from the CosNotification::PropertyValue Returns 0 on success, -1 on error Definition at line 88 of file Property_T.cpp. References CosNotification::PropertyValue.
|
|
Init this Property from the sequence. Returns 0 on success, -1 on error Definition at line 73 of file Property_T.cpp. References TAO_Notify_PropertySeq::find(), and CosNotification::PropertyValue. Referenced by TAO_Notify_QoSProperties::init(), TAO_Notify_AdminProperties::init(), and TAO_Notify_StructuredEvent_No_Copy::TAO_Notify_StructuredEvent_No_Copy().
|