AutoTools::Driver Class Reference
#include <autotoolsdriver.h>
Static Public Member Functions | |
static int | parseFile (const char *fileName, ProjectAST **ast) |
static int | parseFile (TQString fileName, ProjectAST **ast) |
static int | parseFile (KURL fileName, ProjectAST **ast) |
Detailed Description
Use methods of this class to lauch parsing and build the AST.
Definition at line 42 of file autotoolsdriver.h.
Member Function Documentation
◆ parseFile()
|
static |
Parses the file fileName
and stores the resulting ProjectAST root into ast
.
ast
should not be initialized before. Driver will initialize it on its own.
- Returns
- The result of parsing. Result is 0 on success and <> 0 on failure.
Definition at line 37 of file autotoolsdriver.cpp.
The documentation for this class was generated from the following files: