Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SCParamValue Class Reference

value of a parameter (during invocation/conversion). More...

#include <ParamValue.h>

List of all members.

Public Methods

SCParamListGetParamList () const
 SCParamValue (SCParamList *pParamList, DynamicAny::DynAnyFactory_ptr dynFact, SCMethParam *pMP)
 Constructor method. More...

virtual ~SCParamValue ()
 Destructor method. More...

DynamicAny::DynAny_ptr GetDynAnyPtr ()
 Fetch the pointer to the DynAny member. More...


Public Attributes

SCParamList_refParamList
SCParamValue* _prevParamList
SCParamValue* _nextParamList
CString m_prmName
InOutExcept m_prmKind
int m_convId
CString m_convInfo

Private Methods

void ConstructorInclude (SCParamList *pParamList)
 Method which must be called first in a constructor. More...

void DestructorInclude ()
 Method which must be called first in a destructor. More...


Private Attributes

DynamicAny::DynAny_var m_dyn


Detailed Description

value of a parameter (during invocation/conversion).

Definition at line 88 of file ParamValue.h.


Constructor & Destructor Documentation

SCParamValue::SCParamValue ( SCParamList * pParamList,
DynamicAny::DynAnyFactory_ptr dynFact,
SCMethParam * pMP )
 

Constructor method.

Definition at line 92 of file ParamValue.cpp.

SCParamValue::~SCParamValue ( ) [virtual]
 

Destructor method.

Definition at line 109 of file ParamValue.cpp.


Member Function Documentation

void SCParamValue::ConstructorInclude ( SCParamList * pParamList ) [private]
 

Method which must be called first in a constructor.

Definition at line 122 of file ParamValue.cpp.

void SCParamValue::DestructorInclude ( ) [private]
 

Method which must be called first in a destructor.

Definition at line 150 of file ParamValue.cpp.

Referenced by ~SCParamValue().

DynamicAny::DynAny_ptr SCParamValue::GetDynAnyPtr ( ) [inline]
 

Fetch the pointer to the DynAny member.

Definition at line 139 of file ParamValue.h.

SCParamList * SCParamValue::GetParamList ( ) const [inline]
 

Definition at line 98 of file ParamValue.h.


Member Data Documentation

SCParamValue * SCParamValue::_nextParamList
 

Definition at line 95 of file ParamValue.h.

SCParamValue * SCParamValue::_prevParamList
 

Definition at line 94 of file ParamValue.h.

SCParamList * SCParamValue::_refParamList
 

Definition at line 93 of file ParamValue.h.

int SCParamValue::m_convId
 

Definition at line 112 of file ParamValue.h.

CString SCParamValue::m_convInfo
 

Definition at line 113 of file ParamValue.h.

DynamicAny::DynAny_var SCParamValue::m_dyn [private]
 

Definition at line 105 of file ParamValue.h.

InOutExcept SCParamValue::m_prmKind
 

Definition at line 111 of file ParamValue.h.

CString SCParamValue::m_prmName
 

Definition at line 110 of file ParamValue.h.


The documentation for this class was generated from the following files:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.