CIAO  1.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions
Components::ConfigValue Class Reference

import "CCM_StandardConfiguratorC.h";

Inheritance diagram for Components::ConfigValue:
Inheritance graph
[legend]

List of all members.

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 &)

Member Typedef Documentation


Constructor & Destructor Documentation

Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.1 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  )
protectedvirtual

Reimplemented in OBV_Components::ConfigValue.


Member Function Documentation

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
protectedpure virtual

Implemented in OBV_Components::ConfigValue.

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
void Components::ConfigValue::_tao_obv_truncatable_repo_ids ( Repository_Id_List &  ids) const
virtual

TAO extensions or internals.

virtual ::CORBA::Boolean Components::ConfigValue::_tao_unmarshal__Components_ConfigValue ( TAO_InputCDR ,
TAO_ChunkInfo &   
)
protectedpure virtual

Implemented in OBV_Components::ConfigValue.

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.


Member Data Documentation


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