#include <TypeCodeList.h>
Public Methods | |
| TypeCodeElmIterator (const TypeCodeList *iterTypeCodeList, int(TypeCodeElm::*method)() const=0, TypeCodeElm *refTypeCodeElm=0) | |
| TypeCodeElmIterator (const TypeCodeList &iterTypeCodeList, int(TypeCodeElm::*method)() const=0, TypeCodeElm *refTypeCodeElm=0) | |
| TypeCodeElmIterator (const TypeCodeElmIterator &iterator, int(TypeCodeElm::*method)() const=0) | |
| ~TypeCodeElmIterator () | |
| TypeCodeElmIterator& | operator= (const TypeCodeElmIterator &iterator) |
| TypeCodeElm* | operator++ () |
| TypeCodeElm* | operator-- () |
| operator TypeCodeElm * () | |
| TypeCodeElm* | operator-> () |
| TypeCodeElm* | Get () |
| void | Reset () |
| int | IsLast () |
| int | IsFirst () |
Static Public Methods | |
| void | Check (TypeCodeElm *itemTypeCodeElm) |
| void | Check (TypeCodeElm *itemTypeCodeElm, TypeCodeElm *newItemTypeCodeElm) |
Private Attributes | |
| TypeCodeElm* | _refTypeCodeElm |
| TypeCodeElm* | _prevTypeCodeElm |
| TypeCodeElm* | _nextTypeCodeElm |
| const TypeCodeList* | _iterTypeCodeList |
| TypeCodeElmIterator* | _prev |
| TypeCodeElmIterator* | _next |
| int (TypeCodeElm::* | _method )() const |
Static Private Attributes | |
| TypeCodeElmIterator* | _first = 0 |
| TypeCodeElmIterator* | _last = 0 |
|
|
Definition at line 396 of file TypeCodeList.cpp. |
|
|
Definition at line 418 of file TypeCodeList.cpp. |
|
|
Definition at line 440 of file TypeCodeList.cpp. |
|
|
Definition at line 461 of file TypeCodeList.cpp. |
|
|
Definition at line 491 of file TypeCodeList.cpp. |
|
|
Definition at line 474 of file TypeCodeList.cpp. Referenced by TypeCodeElm::DestructorInclude(), TypeCodeList::RemoveTypeCodeElm(), and TypeCodeList::ReplaceTypeCodeElm(). |
|
|
Definition at line 143 of file TypeCodeList.h. |
|
|
Definition at line 147 of file TypeCodeList.h. |
|
|
Definition at line 146 of file TypeCodeList.h. |
|
|
Definition at line 144 of file TypeCodeList.h. |
|
|
Definition at line 141 of file TypeCodeList.h. |
|
|
Definition at line 119 of file TypeCodeList.h. |
|
|
Definition at line 130 of file TypeCodeList.h. |
|
|
Definition at line 142 of file TypeCodeList.h. |
|
|
Definition at line 110 of file TypeCodeList.h. |
|
|
Definition at line 96 of file TypeCodeList.h. |
|
|
Definition at line 89 of file TypeCodeList.h. |
|
|
Definition at line 97 of file TypeCodeList.h. |
|
|
|
|
|
Definition at line 92 of file TypeCodeList.h. |
|
|
Definition at line 88 of file TypeCodeList.h. |
|
|
Definition at line 91 of file TypeCodeList.h. |
|
|
Definition at line 87 of file TypeCodeList.h. |
|
|
Definition at line 86 of file TypeCodeList.h. |
This documentation is part of the "SOAP to CORBA bridge" project