TAO_CosNotification  2.0.7
Public Member Functions | Protected Attributes
TAO_Notify_StructProperty_T Class Reference

#include <Property_T.h>

List of all members.

Public Member Functions

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

Protected Attributes

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

Constructor & Destructor Documentation

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

Constructor.

TAO_Notify_StructProperty_T::TAO_Notify_StructProperty_T ( const char *  name)

Constructor.


Member Function Documentation

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

Is the current value valid.

const char * TAO_Notify_StructProperty_T::name ( void  ) const

Return the name.

int TAO_Notify_StructProperty_T::set ( const TAO_Notify_PropertySeq property_seq)

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

const TYPE & TAO_Notify_StructProperty_T::value ( void  ) const

Return the value.


Member Data Documentation

const char* TAO_Notify_StructProperty_T::name_ [protected]

The Property name.

Is the value valid.

The value.


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