Doxygen
FortranOutlineParserFree类 参考

#include <fortranscanner.h>

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

Public 成员函数

 FortranOutlineParserFree ()
 
- Public 成员函数 继承自 FortranOutlineParser
 FortranOutlineParser (FortranFormat format=FortranFormat_Unknown)
 
 ~FortranOutlineParser ()
 
void parseInput (const QCString &fileName, const char *fileBuf, const std::shared_ptr< Entry > &root, ClangTUParser *clangParser)
 Parses a single input file with the goal to build an Entry tree. 更多...
 
bool needsPreprocessing (const QCString &extension) const
 Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser. 更多...
 
void parsePrototype (const QCString &text)
 Callback function called by the comment block scanner. 更多...
 
- Public 成员函数 继承自 OutlineParserInterface
virtual ~OutlineParserInterface ()
 

详细描述

在文件 fortranscanner.h44 行定义.

构造及析构函数说明

◆ FortranOutlineParserFree()

FortranOutlineParserFree::FortranOutlineParserFree ( )
inline

在文件 fortranscanner.h47 行定义.


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