CIAO
1.0.8
|
#include <CCM_StandardConfiguratorC.h>
Public Member Functions | |
virtual void | name (char *val) |
Accessor to set the member. | |
virtual void | name (const char *val) |
Accessor to set the member. | |
virtual void | name (const ::CORBA::String_var &val) |
Accessor to set the member. | |
virtual const char * | name (void) const |
virtual void | value (const ::CORBA::Any &) |
virtual const ::CORBA::Any & | value (void) const |
virtual ::CORBA::Any & | value (void) |
ConfigValue (void) | |
ConfigValue (const char *_tao_init_name, const ::CORBA::Any &_tao_init_value) | |
virtual | ~ConfigValue (void) |
Protected Member Functions | |
virtual ::CORBA::Boolean | _tao_marshal__Components_ConfigValue (TAO_OutputCDR &, TAO_ChunkInfo &) const |
virtual ::CORBA::Boolean | _tao_unmarshal__Components_ConfigValue (TAO_InputCDR &, TAO_ChunkInfo &) |
::CORBA::Boolean | _tao_marshal_state (TAO_OutputCDR &, TAO_ChunkInfo &) const |
::CORBA::Boolean | _tao_unmarshal_state (TAO_InputCDR &, TAO_ChunkInfo &) |
virtual void | truncation_hook (void) |
Private Attributes | |
::TAO::String_Manager | _pd_name |
::CORBA::Any | _pd_value |
CORBA::Boolean | require_truncation_ |
OBV_Components::ConfigValue::ConfigValue | ( | void | ) |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Reimplemented from Components::ConfigValue.
OBV_Components::ConfigValue::ConfigValue | ( | const char * | _tao_init_name, |
const ::CORBA::Any & | _tao_init_value | ||
) |
OBV_Components::ConfigValue::~ConfigValue | ( | void | ) | [virtual] |
Reimplemented from Components::ConfigValue.
CORBA::Boolean OBV_Components::ConfigValue::_tao_marshal__Components_ConfigValue | ( | TAO_OutputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | const [protected, virtual] |
Implements Components::ConfigValue.
TAO_END_VERSIONED_NAMESPACE_DECL::CORBA::Boolean OBV_Components::ConfigValue::_tao_marshal_state | ( | TAO_OutputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | const [protected] |
CORBA::Boolean OBV_Components::ConfigValue::_tao_unmarshal__Components_ConfigValue | ( | TAO_InputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | [protected, virtual] |
Implements Components::ConfigValue.
CORBA::Boolean OBV_Components::ConfigValue::_tao_unmarshal_state | ( | TAO_InputCDR & | strm, |
TAO_ChunkInfo & | ci | ||
) | [protected] |
void OBV_Components::ConfigValue::name | ( | char * | val | ) | [virtual] |
Accessor to set the member.
Implements Components::ConfigValue.
void OBV_Components::ConfigValue::name | ( | const char * | val | ) | [virtual] |
Accessor to set the member.
Implements Components::ConfigValue.
void OBV_Components::ConfigValue::name | ( | const ::CORBA::String_var & | val | ) | [virtual] |
Accessor to set the member.
Implements Components::ConfigValue.
const char * OBV_Components::ConfigValue::name | ( | void | ) | const [virtual] |
Implements Components::ConfigValue.
void OBV_Components::ConfigValue::truncation_hook | ( | void | ) | [protected, virtual] |
virtual void OBV_Components::ConfigValue::value | ( | const ::CORBA::Any & | ) | [virtual] |
Implements Components::ConfigValue.
const ::CORBA::Any & OBV_Components::ConfigValue::value | ( | void | ) | const [virtual] |
Implements Components::ConfigValue.
CORBA::Any & OBV_Components::ConfigValue::value | ( | void | ) | [virtual] |
Implements Components::ConfigValue.
::CORBA::Any OBV_Components::ConfigValue::_pd_value [private] |