TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
TAO_Notify_PropertyBase_T< TYPE > Class Template Reference

#include <Property_T.h>

Inheritance diagram for TAO_Notify_PropertyBase_T< TYPE >:
Inheritance graph
[legend]

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 () const
 Return the value.
 
const char * name () const
 Return the name.
 
CORBA::Boolean is_valid () const
 Is the current value valid.
 
void invalidate ()
 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() [1/3]

template<class TYPE >
TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T ( const char * name,
const TYPE & initial )

Constructor.

◆ TAO_Notify_PropertyBase_T() [2/3]

template<class TYPE >
TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T ( const char * name)

Constructor.

◆ TAO_Notify_PropertyBase_T() [3/3]

template<class TYPE >
TAO_Notify_PropertyBase_T< TYPE >::TAO_Notify_PropertyBase_T ( const TAO_Notify_PropertyBase_T< TYPE > & rhs)

Copy Constructor.

◆ ~TAO_Notify_PropertyBase_T()

template<class TYPE >
TAO_Notify_PropertyBase_T< TYPE >::~TAO_Notify_PropertyBase_T ( )

Destructor.

Member Function Documentation

◆ assign()

template<class TYPE >
void TAO_Notify_PropertyBase_T< TYPE >::assign ( const TYPE & value)

◆ get()

template<class TYPE >
void TAO_Notify_PropertyBase_T< TYPE >::get ( CosNotification::PropertySeq & prop_seq)

Populate the Property Sequence with this valid value.

Make space

◆ invalidate()

template<class TYPE >
void TAO_Notify_PropertyBase_T< TYPE >::invalidate ( )

Invalidate this property's value.

◆ is_valid()

template<class TYPE >
CORBA::Boolean TAO_Notify_PropertyBase_T< TYPE >::is_valid ( ) const

Is the current value valid.

◆ name()

template<class TYPE >
const char * TAO_Notify_PropertyBase_T< TYPE >::name ( ) const

Return the name.

◆ operator!=()

template<class TYPE >
bool TAO_Notify_PropertyBase_T< TYPE >::operator!= ( const TYPE & rhs) const

Inequality comparison operator.

◆ operator==()

template<class TYPE >
bool TAO_Notify_PropertyBase_T< TYPE >::operator== ( const TYPE & rhs) const

Equality comparison operator.

◆ value()

template<class TYPE >
const TYPE & TAO_Notify_PropertyBase_T< TYPE >::value ( ) const

Return the value.

Member Data Documentation

◆ name_

template<class TYPE >
const char* TAO_Notify_PropertyBase_T< TYPE >::name_
protected

The Property name.

◆ valid_

template<class TYPE >
CORBA::Boolean TAO_Notify_PropertyBase_T< TYPE >::valid_
protected

Is the value valid.

◆ value_

template<class TYPE >
TYPE TAO_Notify_PropertyBase_T< TYPE >::value_
protected

The value.


The documentation for this class was generated from the following files: