#include <context.h>
Collaboration diagram for CVCL::Context:
Definition at line 235 of file context.h.
|
|
|
Definition at line 293 of file context.cpp. References CVCL::Scope::d_context, d_notifyObjList, d_topScope, and CVCL::Scope::prevScope(). |
|
Access methods.
Definition at line 257 of file context.h. References d_cm. |
|
Definition at line 258 of file context.h. References d_name. |
|
Definition at line 259 of file context.h. References d_id. Referenced by CVCL::ContextManager::switchContext(). |
|
Definition at line 260 of file context.h. References d_topScope. Referenced by CVCL::Scope::isCurrent(), popto(), and CVCL::Scope::topScope(). |
|
Definition at line 261 of file context.h. References d_bottomScope. |
|
Definition at line 262 of file context.h. References d_topScope, and CVCL::Scope::level(). Referenced by CVCL::SearchSat::Restorer::notifyPre(), pop(), popto(), push(), and CVCL::ContextManager::scopeLevel(). |
|
Definition at line 265 of file context.h. References CVCL::Debug::counter(), d_topScope, CVCL::debugger, IF_DEBUG(), level(), and CVCL::TRACE. Referenced by CVCL::ContextManager::push(). |
|
Definition at line 311 of file context.cpp. References d_notifyObjList, d_topScope, level(), CVCL::Scope::prevScope(), CVCL::Scope::restore(), and CVCL::TRACE. Referenced by CVCL::ContextManager::pop(), and popto(). |
|
Definition at line 339 of file context.cpp. References level(), pop(), and topScope(). Referenced by CVCL::ContextManager::popto(). |
|
Definition at line 273 of file context.h. References d_notifyObjList. Referenced by CVCL::ContextNotifyObj::ContextNotifyObj(). |
|
Definition at line 348 of file context.cpp. References d_notifyObjList. Referenced by CVCL::ContextNotifyObj::~ContextNotifyObj(). |
|
Context Manager.
Definition at line 237 of file context.h. Referenced by getCM(). |
|
Name of context.
Definition at line 240 of file context.h. Referenced by name(). |
|
Context ID.
Definition at line 243 of file context.h. Referenced by id(). |
|
Pointer to top and bottom scopes of context.
Definition at line 246 of file context.h. Referenced by level(), pop(), push(), topScope(), and ~Context(). |
|
Definition at line 247 of file context.h. Referenced by bottomScope(). |
|
List of objects to notify with every pop.
Definition at line 250 of file context.h. Referenced by addNotifyObj(), deleteNotifyObj(), pop(), and ~Context(). |