Code::Blocks
SVN r11506
|
This is the complete list of members for ParserThread, including all inherited members.
Abort() | cbThreadedTask | inline |
Aborted() const | cbThreadedTask | inlineprotected |
CalcEnumExpression(Token *tokenParent, long &result, wxString &peek) | ParserThread | protected |
cbThreadedTask() | cbThreadedTask | inline |
ctClass enum value | ParserThread | protected |
ctStructure enum value | ParserThread | protected |
ctUnion enum value | ParserThread | protected |
DoAddToken(TokenKind kind, const wxString &name, int line, int implLineStart=0, int implLineEnd=0, const wxString &args=wxEmptyString, bool isOperator=false, bool isImpl=false) | ParserThread | protected |
DoParse() | ParserThread | protected |
EClassType enum name | ParserThread | protected |
Execute() | ParserThread | inlineprotectedvirtual |
FindTokenFromQueue(std::queue< wxString > &q, Token *parent=0, bool createIfNotExist=false, Token *parentIfCreated=0) | ParserThread | private |
GetBaseArgs(const wxString &args, wxString &baseArgs) | ParserThread | private |
GetFilename() | ParserThread | inline |
GetTemplateArgArray(const wxString &templateArgs, bool remove_gt_lt, bool add_last) | ParserThread | private |
GetTemplateArgs() | ParserThread | private |
GetTokenBaseType() | ParserThread | protected |
HandleClass(EClassType ct) | ParserThread | protected |
HandleConditionalArguments() | ParserThread | protected |
HandleEnum() | ParserThread | protected |
HandleForLoopArguments() | ParserThread | protected |
HandleFunction(wxString &name, bool isOperator=false, bool isPointer=false) | ParserThread | protected |
HandleIncludes() | ParserThread | protected |
HandleNamespace() | ParserThread | protected |
HandleTypedef() | ParserThread | protected |
InitTokenizer() | ParserThread | private |
IsStillAlive(const wxString &funcInfo) | ParserThread | private |
m_Buffer | ParserThread | private |
m_EncounteredNamespaces | ParserThread | private |
m_EncounteredTypeNamespaces | ParserThread | private |
m_EnumUnnamedCount | ParserThread | private |
m_FileIdx | ParserThread | private |
m_Filename | ParserThread | private |
m_FileSize | ParserThread | private |
m_IsLocal | ParserThread | private |
m_LastParent | ParserThread | private |
m_LastScope | ParserThread | private |
m_LastToken | ParserThread | private |
m_LastUnnamedTokenName | ParserThread | private |
m_Options | ParserThread | private |
m_Parent | ParserThread | private |
m_ParsingTypedef | ParserThread | private |
m_PointerOrRef | ParserThread | private |
m_Str | ParserThread | private |
m_StructUnionUnnamedCount | ParserThread | private |
m_TemplateArgument | ParserThread | private |
m_Tokenizer | ParserThread | private |
m_TokenTree | ParserThread | private |
m_UsedNamespacesIds | ParserThread | private |
Parse() | ParserThread | |
ParseBufferForNamespaces(const wxString &buffer, NameSpaceVec &result) | ParserThread | |
ParseBufferForUsingNamespace(const wxString &buffer, wxArrayString &result) | ParserThread | |
ParserThread(ParserBase *parent, const wxString &bufferOrFilename, bool isLocal, ParserThreadOptions &parserThreadOptions, TokenTree *tokenTree) | ParserThread | |
ReadAngleBrackets() | ParserThread | protected |
ReadClsNames(wxString &ancestor) | ParserThread | protected |
ReadVarNames() | ParserThread | protected |
RefineAnonymousTypeToken(short int typeMask, wxString alise) | ParserThread | private |
RemoveTemplateArgs(const wxString &expr, wxString &expNoArgs, wxString &templateArgs) | ParserThread | private |
ResolveTemplateArgs(Token *newToken) | ParserThread | private |
ResolveTemplateMap(const wxString &typeStr, const wxArrayString &actuals, std::map< wxString, wxString > &results) | ParserThread | private |
SkipAngleBraces() | ParserThread | protected |
SkipBlock() | ParserThread | protected |
SkipToOneOfChars(const wxString &chars, bool supportNesting=false, bool singleCharToken=true) | ParserThread | protected |
SplitTemplateActualParameters(const wxString &templateArgs, wxArrayString &actuals) | ParserThread | private |
SplitTemplateFormalParameters(const wxString &templateArgs, wxArrayString &formals) | ParserThread | private |
TestDestroy() const | cbThreadedTask | inlineprotected |
TokenExists(const wxString &name, const Token *parent=0, short int kindMask=0xFFFF) | ParserThread | private |
TokenExists(const wxString &name, const wxString &baseArgs, const Token *parent, TokenKind kind) | ParserThread | private |
~cbThreadedTask()=0 | cbThreadedTask | inlinepure virtual |
~ParserThread() | ParserThread | virtual |