• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop QMake parser
 

KDevelop QMake parser

  • TQMake
  • Result
Public Attributes | List of all members
TQMake::Result Struct Reference

#include <qmake_yacc.hpp>

Public Attributes

TQString value
 
AST * node
 
TQStringList values
 
TQString indent
 

Detailed Description

The yylval type.

Definition at line 101 of file qmake_yacc.hpp.

Member Data Documentation

◆ node

AST* TQMake::Result::node

Type of semantic value for grammar rules which are parts of AST.

Definition at line 107 of file qmake_yacc.hpp.

◆ value

TQString TQMake::Result::value

Type of semantic value for simple grammar rules.

Definition at line 105 of file qmake_yacc.hpp.

◆ values

TQStringList TQMake::Result::values

Type of semantic value for "multiline_values" grammar rule.

Each line of multiline value is stored as a string in the list.

For example we have in .pro file:

SOURCE = foo1.cpp \ foo2.cpp \ foo3.cpp foo4.cpp

The string list will be populated with three strings:

foo1.cpp
foo2.cpp
foo3.cpp foo4.cpp

Definition at line 124 of file qmake_yacc.hpp.


The documentation for this struct was generated from the following file:
  • qmake_yacc.hpp

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop QMake parser

Skip menu "KDevelop QMake 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 QMake parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.