TAO_CosNotification  2.0.6
Public Member Functions | Protected Attributes
TAO_Notify_PropertyBase_T Class Reference

#include <Property_T.h>

List of all members.

Public Member Functions

 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.

Protected Attributes

const char * name_
 The Property name.
TYPE value_
 The value.
CORBA::Boolean valid_
 Is the value valid.

Constructor & Destructor Documentation

TAO_Notify_PropertyBase_T::TAO_Notify_PropertyBase_T ( const char *  name,
const TYPE &  initial 
)

Constructor.

TAO_Notify_PropertyBase_T::TAO_Notify_PropertyBase_T ( const char *  name)

Constructor.

TAO_Notify_PropertyBase_T::TAO_Notify_PropertyBase_T ( const TAO_Notify_PropertyBase_T rhs)

Copy Constructor.

TAO_Notify_PropertyBase_T::~TAO_Notify_PropertyBase_T ( )

Destructor.


Member Function Documentation

void TAO_Notify_PropertyBase_T::assign ( const TYPE &  value)
void TAO_Notify_PropertyBase_T::get ( CosNotification::PropertySeq prop_seq)

Populate the Property Sequence with this valid value.

void TAO_Notify_PropertyBase_T::invalidate ( void  )

Invalidate this property's value.

CORBA::Boolean TAO_Notify_PropertyBase_T::is_valid ( void  ) const

Is the current value valid.

const char* TAO_Notify_PropertyBase_T::name ( void  ) const

Return the name.

bool TAO_Notify_PropertyBase_T::operator!= ( const TYPE &  rhs) const

Inequality comparison operator.

bool TAO_Notify_PropertyBase_T::operator== ( const TYPE &  rhs) const

Equality comparison operator.

const TYPE& TAO_Notify_PropertyBase_T::value ( void  ) const

Return the value.


Member Data Documentation

const char* TAO_Notify_PropertyBase_T::name_ [protected]

The Property name.

Is the value valid.

The value.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines