Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
DotGraph Class Reference

#include <dotgraph.h>

Collaboration diagram for DotGraph:

Public Member Functions

 DotGraph (QTextStream &out)
void operator() (Automaton *a)

Detailed Description

Definition at line 12 of file dotgraph.h.

Constructor & Destructor Documentation

◆ DotGraph()

DotGraph::DotGraph ( QTextStream & out)

Definition at line 10 of file dotgraph.cpp.

Member Function Documentation

◆ operator()()

void DotGraph::operator() ( Automaton * a)

Definition at line 15 of file dotgraph.cpp.

References Automaton::_M_grammar, Automaton::id(), Grammar::isTerminal(), and Automaton::states.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: