CIAO
1.0.8
|
import "CCM_StandardConfiguratorC.h";
Public Types | |
typedef ConfigValue * | _ptr_type |
typedef ConfigValue_var | _var_type |
typedef ConfigValue_out | _out_type |
Public Member Functions | |
virtual const char * | _tao_obv_repository_id (void) const |
virtual void | _tao_obv_truncatable_repo_ids (Repository_Id_List &) const |
virtual ::CORBA::TypeCode_ptr | _tao_type (void) const |
virtual void | name (char *val)=0 |
virtual void | name (const char *val)=0 |
virtual void | name (const ::CORBA::String_var &val)=0 |
virtual const char * | name (void) const =0 |
virtual void | value (const ::CORBA::Any &)=0 |
virtual const ::CORBA::Any & | value (void) const =0 |
virtual ::CORBA::Any & | value (void)=0 |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static ConfigValue * | _downcast (::CORBA::ValueBase *v) |
::CORBA::Boolean | _tao_unmarshal (TAO_InputCDR &strm, ConfigValue *&new_object) |
TAO extensions or internals. | |
static const char * | _tao_obv_static_repository_id (void) |
Public Attributes | |
public FeatureName | name |
public any | value |
Protected Member Functions | |
ConfigValue (void) | |
virtual | ~ConfigValue (void) |
virtual ::CORBA::Boolean | _tao_marshal_v (TAO_OutputCDR &) const |
virtual ::CORBA::Boolean | _tao_unmarshal_v (TAO_InputCDR &) |
virtual ::CORBA::Boolean | _tao_match_formal_type (ptrdiff_t) const |
virtual ::CORBA::Boolean | _tao_marshal__Components_ConfigValue (TAO_OutputCDR &, TAO_ChunkInfo &) const =0 |
virtual ::CORBA::Boolean | _tao_unmarshal__Components_ConfigValue (TAO_InputCDR &, TAO_ChunkInfo &)=0 |
Private Member Functions | |
ConfigValue (const ConfigValue &) | |
void | operator= (const ConfigValue &) |
Components::ConfigValue::ConfigValue | ( | void | ) | [protected] |
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 in OBV_Components::ConfigValue.
Components::ConfigValue::~ConfigValue | ( | void | ) | [protected, virtual] |
Reimplemented in OBV_Components::ConfigValue.
Components::ConfigValue::ConfigValue | ( | const ConfigValue & | ) | [private] |
Components::ConfigValue * Components::ConfigValue::_downcast | ( | ::CORBA::ValueBase * | v | ) | [static] |
void Components::ConfigValue::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
virtual ::CORBA::Boolean Components::ConfigValue::_tao_marshal__Components_ConfigValue | ( | TAO_OutputCDR & | , |
TAO_ChunkInfo & | |||
) | const [protected, pure virtual] |
Implemented in OBV_Components::ConfigValue.
CORBA::Boolean Components::ConfigValue::_tao_marshal_v | ( | TAO_OutputCDR & | strm | ) | const [protected] |
CORBA::Boolean Components::ConfigValue::_tao_match_formal_type | ( | ptrdiff_t | formal_type_id | ) | const [protected] |
const char * Components::ConfigValue::_tao_obv_repository_id | ( | void | ) | const [virtual] |
const char * Components::ConfigValue::_tao_obv_static_repository_id | ( | void | ) | [static] |
void Components::ConfigValue::_tao_obv_truncatable_repo_ids | ( | Repository_Id_List & | ids | ) | const [virtual] |
CORBA::TypeCode_ptr Components::ConfigValue::_tao_type | ( | void | ) | const |
CORBA::Boolean Components::ConfigValue::_tao_unmarshal | ( | TAO_InputCDR & | strm, |
ConfigValue *& | new_object | ||
) | [static] |
TAO extensions or internals.
virtual ::CORBA::Boolean Components::ConfigValue::_tao_unmarshal__Components_ConfigValue | ( | TAO_InputCDR & | , |
TAO_ChunkInfo & | |||
) | [protected, pure virtual] |
Implemented in OBV_Components::ConfigValue.
CORBA::Boolean Components::ConfigValue::_tao_unmarshal_v | ( | TAO_InputCDR & | strm | ) | [protected] |
virtual void Components::ConfigValue::name | ( | char * | val | ) | [pure virtual] |
Implemented in OBV_Components::ConfigValue.
virtual void Components::ConfigValue::name | ( | const char * | val | ) | [pure virtual] |
Implemented in OBV_Components::ConfigValue.
virtual void Components::ConfigValue::name | ( | const ::CORBA::String_var & | val | ) | [pure virtual] |
Implemented in OBV_Components::ConfigValue.
virtual const char* Components::ConfigValue::name | ( | void | ) | const [pure virtual] |
Implemented in OBV_Components::ConfigValue.
void Components::ConfigValue::operator= | ( | const ConfigValue & | ) | [private] |
virtual void Components::ConfigValue::value | ( | const ::CORBA::Any & | ) | [pure virtual] |
Implemented in OBV_Components::ConfigValue.
virtual const ::CORBA::Any& Components::ConfigValue::value | ( | void | ) | const [pure virtual] |
Implemented in OBV_Components::ConfigValue.
virtual ::CORBA::Any& Components::ConfigValue::value | ( | void | ) | [pure virtual] |
Implemented in OBV_Components::ConfigValue.
public any Components::ConfigValue::value |