Code::Blocks
SVN r11506
|
#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"
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< NameSpace > | NameSpaceVec |
struct NameSpace |
Definition at line 27 of file parserthread.h.
Class Members | ||
---|---|---|
int | EndLine | |
wxString | Name | |
int | StartLine |
typedef std::vector<NameSpace> NameSpaceVec |
Definition at line 34 of file parserthread.h.