GCC Middle and Back End API Reference
dot::kv_stmt Struct Reference

#include <graphviz.h>

Inheritance diagram for dot::kv_stmt:
Collaboration diagram for dot::kv_stmt:

Public Member Functions

 kv_stmt (kv_pair kv)
void print (writer &w) const final override

Data Fields

kv_pair m_kv

Detailed Description

"ID '=' ID" as a stmt.

Constructor & Destructor Documentation

◆ kv_stmt()

dot::kv_stmt::kv_stmt ( kv_pair kv)
inline

References m_kv.

Member Function Documentation

◆ print()

void dot::kv_stmt::print ( writer & w) const
finaloverridevirtual

Implements dot::stmt.

References m_kv, and dot::w.

Field Documentation

◆ m_kv

kv_pair dot::kv_stmt::m_kv

Referenced by kv_stmt(), and print().


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