|
Doxygen
|
#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.h 第 50 行定义.
|
inline |
在文件 fortranscanner.h 第 53 行定义.