#include <ContextManager.h>
Public Methods | |
ContextIterator (const SqContextManager *iterContextManager, int(SqContext::*method)() const=0, SqContext *refContext=0) | |
ContextIterator (const SqContextManager &iterContextManager, int(SqContext::*method)() const=0, SqContext *refContext=0) | |
ContextIterator (const ContextIterator &iterator, int(SqContext::*method)() const=0) | |
~ContextIterator () | |
ContextIterator& | operator= (const ContextIterator &iterator) |
SqContext* | operator++ () |
SqContext* | operator-- () |
operator SqContext * () | |
SqContext* | operator-> () |
SqContext* | Get () |
void | Reset () |
int | IsLast () |
int | IsFirst () |
Static Public Methods | |
void | Check (SqContext *itemContext) |
void | Check (SqContext *itemContext, SqContext *newItemContext) |
Private Attributes | |
SqContext* | _refContext |
SqContext* | _prevContext |
SqContext* | _nextContext |
const SqContextManager* | _iterContextManager |
ContextIterator* | _prev |
ContextIterator* | _next |
int (SqContext::* | _method )() const |
Static Private Attributes | |
ContextIterator* | _first = 0 |
ContextIterator* | _last = 0 |
|
Definition at line 509 of file ContextManager.cpp. |
|
Definition at line 531 of file ContextManager.cpp. |
|
Definition at line 553 of file ContextManager.cpp. |
|
Definition at line 574 of file ContextManager.cpp. |
|
Definition at line 604 of file ContextManager.cpp. |
|
Definition at line 587 of file ContextManager.cpp. Referenced by SqContextManager::RemoveContext(), and SqContextManager::ReplaceContext(). |
|
Definition at line 125 of file ContextManager.h. |
|
Definition at line 129 of file ContextManager.h. |
|
Definition at line 128 of file ContextManager.h. |
|
Definition at line 126 of file ContextManager.h. |
|
Definition at line 123 of file ContextManager.h. |
|
Definition at line 101 of file ContextManager.h. |
|
Definition at line 112 of file ContextManager.h. |
|
Definition at line 124 of file ContextManager.h. |
|
Definition at line 92 of file ContextManager.h. |
|
Definition at line 78 of file ContextManager.h. |
|
Definition at line 71 of file ContextManager.h. |
|
Definition at line 79 of file ContextManager.h. |
|
|
|
Definition at line 74 of file ContextManager.h. |
|
Definition at line 70 of file ContextManager.h. |
|
Definition at line 73 of file ContextManager.h. |
|
Definition at line 69 of file ContextManager.h. |
|
Definition at line 68 of file ContextManager.h. |