Code::Blocks  SVN r11506
Classes | Macros | Variables
systemheadersthread.cpp File Reference
#include <sdk.h>
#include "systemheadersthread.h"
Include dependency graph for systemheadersthread.cpp:

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

Macro Definition Documentation

◆ CC_SYSTEMHEADERSTHREAD_DEBUG_OUTPUT

#define CC_SYSTEMHEADERSTHREAD_DEBUG_OUTPUT   0

Definition at line 21 of file systemheadersthread.cpp.

◆ TRACE

#define TRACE (   format,
  args... 
)

◆ TRACE2

#define TRACE2 (   format,
  args... 
)

Definition at line 49 of file systemheadersthread.cpp.

Variable Documentation

◆ idSystemHeadersThreadFinish

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

◆ idSystemHeadersThreadMessage

long idSystemHeadersThreadMessage = wxNewId()