#include <ParamList.h>
Public Methods | |
ParamValueIterator (const SCParamList *iterParamList, int(SCParamValue::*method)() const=0, SCParamValue *refParamValue=0) | |
ParamValueIterator (const SCParamList &iterParamList, int(SCParamValue::*method)() const=0, SCParamValue *refParamValue=0) | |
ParamValueIterator (const ParamValueIterator &iterator, int(SCParamValue::*method)() const=0) | |
~ParamValueIterator () | |
ParamValueIterator& | operator= (const ParamValueIterator &iterator) |
SCParamValue* | operator++ () |
SCParamValue* | operator-- () |
operator SCParamValue * () | |
SCParamValue* | operator-> () |
SCParamValue* | Get () |
void | Reset () |
int | IsLast () |
int | IsFirst () |
Static Public Methods | |
void | Check (SCParamValue *itemParamValue) |
void | Check (SCParamValue *itemParamValue, SCParamValue *newItemParamValue) |
Private Attributes | |
SCParamValue* | _refParamValue |
SCParamValue* | _prevParamValue |
SCParamValue* | _nextParamValue |
const SCParamList* | _iterParamList |
ParamValueIterator* | _prev |
ParamValueIterator* | _next |
int (SCParamValue::* | _method )() const |
Static Private Attributes | |
ParamValueIterator* | _first = 0 |
ParamValueIterator* | _last = 0 |
|
Definition at line 393 of file ParamList.cpp. |
|
Definition at line 415 of file ParamList.cpp. |
|
Definition at line 437 of file ParamList.cpp. |
|
Definition at line 458 of file ParamList.cpp. |
|
Definition at line 488 of file ParamList.cpp. |
|
Definition at line 471 of file ParamList.cpp. Referenced by SCParamValue::DestructorInclude(), SCParamList::RemoveParamValue(), and SCParamList::ReplaceParamValue(). |
|
Definition at line 150 of file ParamList.h. |
|
Definition at line 154 of file ParamList.h. |
|
Definition at line 153 of file ParamList.h. |
|
Definition at line 151 of file ParamList.h. Referenced by AnyInterface::invoke(), and SOAPBridge_SOAPCall_i::invokeAction(). |
|
Definition at line 148 of file ParamList.h. |
|
Definition at line 126 of file ParamList.h. |
|
Definition at line 137 of file ParamList.h. |
|
Definition at line 149 of file ParamList.h. |
|
Definition at line 117 of file ParamList.h. |
|
Definition at line 103 of file ParamList.h. |
|
Definition at line 96 of file ParamList.h. |
|
Definition at line 104 of file ParamList.h. |
|
|
|
Definition at line 99 of file ParamList.h. |
|
Definition at line 95 of file ParamList.h. |
|
Definition at line 98 of file ParamList.h. |
|
Definition at line 94 of file ParamList.h. |
|
Definition at line 93 of file ParamList.h. |