|
Code::Blocks
SVN r11506
|
Go to the source code of this file.
Classes | |
| class | HeaderDirTraverser |
Macros | |
| #define | CC_SYSTEMHEADERSTHREAD_DEBUG_OUTPUT 0 |
| #define | TRACE(format, args...) |
| #define | TRACE2(format, args...) |
Variables | |
| long | idSystemHeadersThreadFinish = wxNewId() |
| event ids used to notify parent objects More... | |
| long | idSystemHeadersThreadMessage = wxNewId() |
| #define CC_SYSTEMHEADERSTHREAD_DEBUG_OUTPUT 0 |
Definition at line 21 of file systemheadersthread.cpp.
| #define TRACE | ( | format, | |
| args... | |||
| ) |
Definition at line 48 of file systemheadersthread.cpp.
Referenced by HeaderDirTraverser::AddLock(), SystemHeadersThread::Entry(), and SystemHeadersThread::~SystemHeadersThread().
| #define TRACE2 | ( | format, | |
| args... | |||
| ) |
Definition at line 49 of file systemheadersthread.cpp.
| long idSystemHeadersThreadFinish = wxNewId() |
event ids used to notify parent objects
Definition at line 53 of file systemheadersthread.cpp.
Referenced by CodeCompletion::CodeCompletion(), SystemHeadersThread::Entry(), and CodeCompletion::~CodeCompletion().
| long idSystemHeadersThreadMessage = wxNewId() |
Definition at line 56 of file systemheadersthread.cpp.
Referenced by CodeCompletion::CodeCompletion(), SystemHeadersThread::Entry(), and CodeCompletion::~CodeCompletion().
1.8.13