SimpleContext Class Reference
Collaboration diagram for SimpleContext:
Public Member Functions | |
SimpleContext (SimpleContext *prev=0) | |
virtual | ~SimpleContext () |
SimpleContext * | prev () const |
void | attach (SimpleContext *ctx) |
void | detach () |
const QValueList< SimpleVariable > & | vars () const |
void | add (const SimpleVariable &v) |
void | add (const QValueList< SimpleVariable > &vars) |
SimpleVariable | findVariable (const QString &varname) |
Private Attributes | |
QValueList< SimpleVariable > | m_vars |
SimpleContext * | m_prev |
Constructor & Destructor Documentation
|
Definition at line 77 of file cppcodecompletion.cpp. |
|
Definition at line 80 of file cppcodecompletion.cpp. |
Member Function Documentation
|
Definition at line 103 of file cppcodecompletion.cpp. |
|
Definition at line 100 of file cppcodecompletion.cpp. Referenced by CppCodeCompletion::completeText(), and CppCodeCompletion::computeContext(). |
|
Definition at line 91 of file cppcodecompletion.cpp. |
|
Definition at line 94 of file cppcodecompletion.cpp. |
|
Definition at line 106 of file cppcodecompletion.cpp. References SimpleVariable::name, prev(), and vars(). Referenced by CppCodeCompletion::evaluateExpressionInternal(). |
|
Definition at line 88 of file cppcodecompletion.cpp. Referenced by CppCodeCompletion::computeCompletionEntryList(), and findVariable(). |
|
Definition at line 97 of file cppcodecompletion.cpp. Referenced by CppCodeCompletion::computeCompletionEntryList(), and findVariable(). |
Member Data Documentation
|
Definition at line 123 of file cppcodecompletion.cpp. |
|
Definition at line 122 of file cppcodecompletion.cpp. |
The documentation for this class was generated from the following file:
- languages/cpp/cppcodecompletion.cpp