Doxygen
FortranCodeParserFree类 参考

#include <fortrancode.h>

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

Public 成员函数

 FortranCodeParserFree ()
 
- Public 成员函数 继承自 FortranCodeParser
 FortranCodeParser (FortranFormat format=FortranFormat_Unknown)
 
virtual ~FortranCodeParser ()
 
void 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)
 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 ()
 

详细描述

在文件 fortrancode.h56 行定义.

构造及析构函数说明

◆ FortranCodeParserFree()

FortranCodeParserFree::FortranCodeParserFree ( )
inline

在文件 fortrancode.h59 行定义.


该类的文档由以下文件生成:
FortranFormat_Free
@ FortranFormat_Free
Definition: types.h:297
FortranCodeParser::FortranCodeParser
FortranCodeParser(FortranFormat format=FortranFormat_Unknown)