#include <Property_T.h>
Inheritance diagram for TAO_Notify_PropertyBase_T< TYPE >:
Public Member Functions | |
TAO_Notify_PropertyBase_T (const char *name, const TYPE &initial) | |
Constuctor. | |
TAO_Notify_PropertyBase_T (const char *name) | |
Constuctor. | |
TAO_Notify_PropertyBase_T (const TAO_Notify_PropertyBase_T &rhs) | |
Copy Constuctor. | |
~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. | |
Protected Attributes | |
const char * | name_ |
The Property name. | |
TYPE | value_ |
The value. | |
CORBA::Boolean | valid_ |
Is the value valid. |
TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T | ( | const char * | name, | |
const TYPE & | initial | |||
) | [inline] |
Constuctor.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T | ( | const char * | name | ) | [inline] |
Constuctor.
TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T | ( | const TAO_Notify_PropertyBase_T< TYPE > & | rhs | ) | [inline] |
Copy Constuctor.
TAO_Notify_PropertyBase_T< TYPE >::~TAO_Notify_PropertyBase_T | ( | ) | [inline] |
Destructor.
ACE_INLINE bool TAO_Notify_PropertyBase_T< TYPE >::operator== | ( | const TYPE & | rhs | ) | const [inline] |
Equality comparison operator.
ACE_INLINE bool TAO_Notify_PropertyBase_T< TYPE >::operator!= | ( | const TYPE & | rhs | ) | const [inline] |
Inequality comparison operator.
void TAO_Notify_PropertyBase_T< TYPE >::get | ( | CosNotification::PropertySeq & | prop_seq | ) | [inline] |
Populate the Property Sequence with this valid value.
Make space
ACE_INLINE void TAO_Notify_PropertyBase_T< TYPE >::assign | ( | const TYPE & | value | ) | [inline] |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE const TYPE & TAO_Notify_PropertyBase_T< TYPE >::value | ( | void | ) | const [inline] |
Return the value.
ACE_INLINE const char * TAO_Notify_PropertyBase_T< TYPE >::name | ( | void | ) | const [inline] |
Return the name.
ACE_INLINE CORBA::Boolean TAO_Notify_PropertyBase_T< TYPE >::is_valid | ( | void | ) | const [inline] |
Is the current value valid.
ACE_INLINE void TAO_Notify_PropertyBase_T< TYPE >::invalidate | ( | void | ) | [inline] |
Invalidate this property's value.
const char* TAO_Notify_PropertyBase_T< TYPE >::name_ [protected] |
The Property name.
TYPE TAO_Notify_PropertyBase_T< TYPE >::value_ [protected] |
The value.
CORBA::Boolean TAO_Notify_PropertyBase_T< TYPE >::valid_ [protected] |
Is the value valid.