|
Code::Blocks
SVN r11506
|
#include <wx/arrstr.h>#include <wx/string.h>#include <wx/thread.h>#include <map>#include "parser/parser.h"Go to the source code of this file.
Classes | |
| class | SystemHeadersThread |
| collect all the header files, so they can be used in auto suggestion after #include<| directive. More... | |
Typedefs | |
| typedef std::map< wxString, StringSet > | SystemHeadersMap |
| dir to files map, for example, you have two dirs c:/a and c:/b so the map looks like: c:/a —> {c:/a/a1.h, c:/a/a2.h} c:/b —> {c:/b/b1.h, c:/b/b2.h} More... | |
Variables | |
| long | idSystemHeadersThreadFinish |
| event ids used to notify parent objects More... | |
| long | idSystemHeadersThreadMessage |
| typedef std::map<wxString, StringSet> SystemHeadersMap |
dir to files map, for example, you have two dirs c:/a and c:/b so the map looks like: c:/a —> {c:/a/a1.h, c:/a/a2.h} c:/b —> {c:/b/b1.h, c:/b/b2.h}
Definition at line 17 of file systemheadersthread.h.
| long idSystemHeadersThreadFinish |
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 |
Definition at line 56 of file systemheadersthread.cpp.
Referenced by CodeCompletion::CodeCompletion(), SystemHeadersThread::Entry(), and CodeCompletion::~CodeCompletion().
1.8.13