My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
DocParserContext Struct Reference

Public Attributes

Definitionscope
 
QCString context
 
bool inSeeBlock
 
bool xmlComment
 
bool insideHtmlLink
 
QStack< DocNodenodeStack
 
QStack< DocStyleChangestyleStack
 
QStack< DocStyleChangeinitialStyleStack
 
QList< DefinitioncopyStack
 
QCString fileName
 
int lineNo
 
QCString relPath
 
bool hasParamCommand
 
bool hasReturnCommand
 
MemberDefmemberDef
 
QDict< void > paramsFound
 
bool isExample
 
QCString exampleName
 
SectionDictsectionDict
 
QCString searchUrl
 
QCString includeFileText
 
uint includeFileOffset
 
uint includeFileLength
 
TokenInfotoken
 

Detailed Description

Parser's context to store all global variables.

Definition at line 114 of file docparser.cpp.

Member Data Documentation

QCString DocParserContext::context

Definition at line 117 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QList<Definition> DocParserContext::copyStack

Definition at line 124 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QCString DocParserContext::exampleName

Definition at line 134 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QCString DocParserContext::fileName
bool DocParserContext::hasParamCommand

Definition at line 129 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

bool DocParserContext::hasReturnCommand

Definition at line 130 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

uint DocParserContext::includeFileLength

Definition at line 140 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

uint DocParserContext::includeFileOffset

Definition at line 139 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QCString DocParserContext::includeFileText

Definition at line 138 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QStack<DocStyleChange> DocParserContext::initialStyleStack

Definition at line 123 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

bool DocParserContext::inSeeBlock

Definition at line 118 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

bool DocParserContext::insideHtmlLink

Definition at line 120 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

bool DocParserContext::isExample

Definition at line 133 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

int DocParserContext::lineNo

Definition at line 126 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

MemberDef* DocParserContext::memberDef

Definition at line 131 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QStack<DocNode> DocParserContext::nodeStack

Definition at line 121 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QDict<void> DocParserContext::paramsFound

Definition at line 132 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QCString DocParserContext::relPath

Definition at line 127 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

Definition* DocParserContext::scope

Definition at line 116 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QCString DocParserContext::searchUrl

Definition at line 136 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

SectionDict* DocParserContext::sectionDict

Definition at line 135 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

QStack<DocStyleChange> DocParserContext::styleStack

Definition at line 122 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

TokenInfo* DocParserContext::token

Definition at line 142 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().

bool DocParserContext::xmlComment

Definition at line 119 of file docparser.cpp.

Referenced by docParserPopContext(), and docParserPushContext().


The documentation for this struct was generated from the following file: