TAO_CosNotification  3.0.3
Public Member Functions | Protected Attributes | List of all members
TAO_Notify_StructProperty_T< TYPE > Class Template Reference

#include <Property_T.h>

Public Member Functions

 TAO_Notify_StructProperty_T (const char *name, const TYPE &initial)
 Constructor. More...
 
 TAO_Notify_StructProperty_T (const char *name)
 Constructor. More...
 
int set (const TAO_Notify_PropertySeq &property_seq)
 
const char * name () const
 Return the name. More...
 
const TYPE & value () const
 Return the value. More...
 
CORBA::Boolean is_valid () const
 Is the current value valid. More...
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ TAO_Notify_StructProperty_T() [1/2]

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

Constructor.

◆ TAO_Notify_StructProperty_T() [2/2]

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

Constructor.

Member Function Documentation

◆ is_valid()

template<class TYPE >
CORBA::Boolean TAO_Notify_StructProperty_T< TYPE >::is_valid

Is the current value valid.

◆ name()

template<class TYPE >
const char * TAO_Notify_StructProperty_T< TYPE >::name

Return the name.

◆ set()

template<class TYPE >
int TAO_Notify_StructProperty_T< TYPE >::set ( const TAO_Notify_PropertySeq property_seq)

Init this Property from the sequence. Returns 0 on success, -1 on error

◆ value()

template<class TYPE >
const TYPE & TAO_Notify_StructProperty_T< TYPE >::value

Return the value.

Member Data Documentation

◆ name_

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

The Property name.

◆ valid_

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

Is the value valid.

◆ value_

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

The value.


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