#include <graphviz.h>


| Public Member Functions | |
| node_stmt (id id_) | |
| void | print (writer &w) const final override | 
| void | set_attr (id key, id value) | 
| void | set_label (dot::id label) | 
| Data Fields | |
| id | m_id | 
| attr_list | m_attrs | 
| 
 | finaloverridevirtual | 
Implements dot::stmt.
References dot::stmt_with_attr_list::m_attrs, m_id, and dot::w.
| 
 | inherited | 
Referenced by dot::attr_stmt::print(), dot::edge_stmt::print(), dot::node_stmt::print(), set_attr(), and set_label().
| id dot::node_stmt::m_id | 
Referenced by node_stmt(), and print().