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

#include <graphviz.h>

Inheritance diagram for dot::kv_pair:
Collaboration diagram for dot::kv_pair:

Public Member Functions

 kv_pair (id key, id value)
void print (writer &w) const final override
void dump () const

Data Fields

id m_key
id m_value

Detailed Description

ID '=' ID  

Constructor & Destructor Documentation

◆ kv_pair()

dot::kv_pair::kv_pair ( id key,
id value )
inline

References m_key, and m_value.

Member Function Documentation

◆ dump()

void dot::ast_node::dump ( ) const
inherited

◆ print()

void kv_pair< ValueType >::print ( writer & w) const
finaloverridevirtual

Implements dot::ast_node.

References m_key, m_value, and dot::w.

Field Documentation

◆ m_key

id dot::kv_pair::m_key

Referenced by kv_pair(), and print().

◆ m_value

id dot::kv_pair::m_value

Referenced by kv_pair(), and print().


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