Doxygen
FortranOutlineParserFixed类 参考

#include <fortranscanner.h>

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

Public 成员函数

 FortranOutlineParserFixed ()
 
- 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.h50 行定义.

构造及析构函数说明

◆ FortranOutlineParserFixed()

FortranOutlineParserFixed::FortranOutlineParserFixed ( )
inline

在文件 fortranscanner.h53 行定义.


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