Code::Blocks  SVN r11506
Classes | Typedefs
parserthread.h File Reference
#include <wx/dynarray.h>
#include <wx/event.h>
#include <wx/string.h>
#include <wx/thread.h>
#include <queue>
#include <vector>
#include <cbthreadpool.h>
#include <filemanager.h>
#include <logmanager.h>
#include "cclogger.h"
#include "tokenizer.h"
#include "token.h"
#include "tokentree.h"
Include dependency graph for parserthread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NameSpace
 
struct  ParserThreadOptions
 
class  ParserThread
 A parser threaded task, which can be assigned to the thread task pool, and run there. More...
 

Typedefs

typedef std::vector< NameSpaceNameSpaceVec
 

Class Documentation

◆ NameSpace

struct NameSpace

Definition at line 27 of file parserthread.h.

Collaboration diagram for NameSpace:
Class Members
int EndLine
wxString Name
int StartLine

Typedef Documentation

◆ NameSpaceVec

typedef std::vector<NameSpace> NameSpaceVec

Definition at line 34 of file parserthread.h.