Doxygen
LexCodeParser类 参考

LEX code scanner. 更多...

#include <lexcode.h>

+ 类 LexCodeParser 继承关系图:
+ LexCodeParser 的协作图:

Public 成员函数

 LexCodeParser ()
 
virtual ~LexCodeParser ()
 
void parseCode (CodeOutputInterface &codeOutIntf, const QCString &scopeName, const QCString &input, SrcLangExt, bool isExampleBlock, const QCString &exampleName=QCString(), const FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, const MemberDef *memberDef=0, bool showLineNumbers=TRUE, const Definition *searchCtx=0, bool collectXRefs=TRUE)
 Parses a source file or fragment with the goal to produce highlighted and cross-referenced output. 更多...
 
void resetCodeParserState ()
 Resets the state of the code parser. 更多...
 
- Public 成员函数 继承自 CodeParserInterface
virtual ~CodeParserInterface ()
 

Private 属性

std::unique_ptr< Privatep
 

详细描述

LEX code scanner.

在文件 lexcode.h30 行定义.

构造及析构函数说明

◆ LexCodeParser()

LexCodeParser::LexCodeParser ( )

◆ ~LexCodeParser()

virtual LexCodeParser::~LexCodeParser ( )
virtual

成员函数说明

◆ parseCode()

void LexCodeParser::parseCode ( CodeOutputInterface codeOutIntf,
const QCString scopeName,
const QCString input,
SrcLangExt  lang,
bool  isExampleBlock,
const QCString exampleName = QCString(),
const FileDef fileDef = 0,
int  startLine = -1,
int  endLine = -1,
bool  inlineFragment = FALSE,
const MemberDef memberDef = 0,
bool  showLineNumbers = TRUE,
const Definition searchCtx = 0,
bool  collectXRefs = TRUE 
)
virtual

Parses a source file or fragment with the goal to produce highlighted and cross-referenced output.

参数
[in]codeOutIntfAbstract interface for writing the result.
[in]scopeNameName of scope to which the code belongs.
[in]inputActual code in the form of a string
[in]langThe programming language of the code fragment.
[in]isExampleBlockTRUE iff the code is part of an example.
[in]exampleNameName of the example.
[in]fileDefFile definition to which the code is associated.
[in]startLineStarting line in case of a code fragment.
[in]endLineEnding line of the code fragment.
[in]inlineFragmentCode fragment that is to be shown inline as part of the documentation.
[in]memberDefMember definition to which the code is associated (non null in case of an inline fragment for a member).
[in]showLineNumbersif set to TRUE and also fileDef is not 0, line numbers will be added to the source fragment
[in]searchCtxcontext under which search data has to be stored.
[in]collectXRefscollect cross-reference relations.

实现了 CodeParserInterface.

◆ resetCodeParserState()

void LexCodeParser::resetCodeParserState ( )
virtual

Resets the state of the code parser.

Since multiple code fragments can together form a single example, an explicit function is used to reset the code parser state.

参见
parseCode()

实现了 CodeParserInterface.

类成员变量说明

◆ p

std::unique_ptr<Private> LexCodeParser::p
private

在文件 lexcode.h52 行定义.


该类的文档由以下文件生成: