#include <ParamValue.h>
Public Methods | |
SCParamList* | GetParamList () 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 |
Definition at line 88 of file ParamValue.h.
|
Constructor method.
Definition at line 92 of file ParamValue.cpp. |
|
Destructor method.
Definition at line 109 of file ParamValue.cpp. |
|
Method which must be called first in a constructor.
Definition at line 122 of file ParamValue.cpp. |
|
Method which must be called first in a destructor.
Definition at line 150 of file ParamValue.cpp. Referenced by ~SCParamValue(). |
|
Fetch the pointer to the DynAny member.
Definition at line 139 of file ParamValue.h. |
|
Definition at line 98 of file ParamValue.h. |
|
Definition at line 95 of file ParamValue.h. |
|
Definition at line 94 of file ParamValue.h. |
|
Definition at line 93 of file ParamValue.h. |
|
Definition at line 112 of file ParamValue.h. |
|
Definition at line 113 of file ParamValue.h. |
|
Definition at line 105 of file ParamValue.h. |
|
Definition at line 111 of file ParamValue.h. |
|
Definition at line 110 of file ParamValue.h. |