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: