Code::Blocks  SVN r11506
Classes | Typedefs | Variables
systemheadersthread.h File Reference
#include <wx/arrstr.h>
#include <wx/string.h>
#include <wx/thread.h>
#include <map>
#include "parser/parser.h"
Include dependency graph for systemheadersthread.h:
This graph shows which files directly or indirectly include this file:

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, StringSetSystemHeadersMap
 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 Documentation

◆ SystemHeadersMap

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.

Variable Documentation

◆ idSystemHeadersThreadFinish

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().

◆ idSystemHeadersThreadMessage

long idSystemHeadersThreadMessage