GCC Middle and Back End API Reference
|
#include <graphviz.h>
Public Member Functions | |
graph () | |
graph (id id_) | |
void | print (writer &w) const final override |
void | add_stmt (std::unique_ptr< stmt > s) |
void | dump () const |
Data Fields | |
std::unique_ptr< id > | m_id |
stmt_list | m_stmt_list |
graph : [ strict ] (graph | digraph) [ ID ] '{' stmt_list '}'
|
inline |
References m_id.
|
inline |
References m_stmt_list, and dot::s.
Referenced by state_diagram::state_diagram().
|
inherited |
References pp_flush(), pp_newline(), print(), pretty_printer::set_output_stream(), and dot::w.
|
finaloverridevirtual |
Implements dot::ast_node.
References m_id, m_stmt_list, and dot::w.
stmt_list dot::graph::m_stmt_list |
Referenced by add_stmt(), and print().