![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cppgenerator.h>
Classes | |
| struct | SecurityHeader |
Public Member Functions | |
| CppGenerator (const Recognizer &p, Grammar &grammar, Automaton &aut, bool verbose) | |
| void | operator() () |
| bool | debugInfo () const |
| void | setDebugInfo (bool d) |
| void | setUsePragmaOnce (bool use) |
| void | setSecurityHeader (SecurityHeader header) |
| void | setCopyright (bool t) |
| void | setWarningsAreErrors (bool e) |
Definition at line 16 of file cppgenerator.h.
|
inline |
Definition at line 34 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 45 of file cppgenerator.h.
| void CppGenerator::operator() | ( | ) |
Definition at line 147 of file cppgenerator.cpp.
References Grammar::expected_reduce_reduce, Grammar::expected_shift_reduce, Grammar::goal, Automaton::id(), Grammar::isNonTerminal(), Grammar::non_terminals, QT_FORWARD_DECLARE_CLASS(), Grammar::rules, Automaton::states, and Grammar::terminals.
Referenced by main().
|
inline |
Definition at line 54 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 46 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 49 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 48 of file cppgenerator.h.
Referenced by main().
|
inline |
Definition at line 56 of file cppgenerator.h.
Referenced by main().