GCC Middle and Back End API Reference
ana::binding_map::binding_pair Struct Reference

#include <store.h>

Collaboration diagram for ana::binding_map::binding_pair:

Public Member Functions

 binding_pair (const binding_key *key, const svalue *sval)

Data Fields

const binding_keym_key
const svaluem_sval

Constructor & Destructor Documentation

◆ binding_pair()

ana::binding_map::binding_pair::binding_pair ( const binding_key * key,
const svalue * sval )
inline

References m_key, and m_sval.

Field Documentation

◆ m_key

const binding_key* ana::binding_map::binding_pair::m_key

Referenced by binding_pair().

◆ m_sval

const svalue* ana::binding_map::binding_pair::m_sval

Referenced by binding_pair().


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