• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop AutoTools Parser
 

KDevelop AutoTools Parser

  • AutoTools
  • Driver
Static Public Member Functions | List of all members
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

Driver.

Use methods of this class to lauch parsing and build the AST.

Definition at line 42 of file autotoolsdriver.h.

Member Function Documentation

◆ parseFile()

int AutoTools::Driver::parseFile ( const char *  fileName,
ProjectAST **  ast 
)
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:
  • autotoolsdriver.h
  • autotoolsdriver.cpp

KDevelop AutoTools Parser

Skip menu "KDevelop AutoTools Parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop AutoTools Parser

Skip menu "KDevelop AutoTools Parser"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop AutoTools Parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.