|
GCC Middle and Back End API Reference
|
#include <store.h>

Public Member Functions | |
| iterator (const binding_map &map, concrete_bindings_t::iterator concrete_iter, symbolic_bindings_t::iterator symbolic_iter) | |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| iterator & | operator++ () |
| binding_pair | operator* () |
| const binding_key * | get_key () const |
Private Attributes | |
| const binding_map & | m_map |
| concrete_bindings_t::iterator | m_concrete |
| symbolic_bindings_t::iterator | m_symbolic |
Friends | |
| class | binding_map |
|
inline |
References binding_map, m_concrete, m_map, m_symbolic, and map.
Referenced by operator!=(), operator++(), and operator==().
| const binding_key * ana::binding_map::iterator::get_key | ( | ) | const |
References iterator().
| binding_pair ana::binding_map::iterator::operator* | ( | ) |
| iterator & ana::binding_map::iterator::operator++ | ( | ) |
References iterator().
References iterator().
|
friend |
References binding_map.
Referenced by binding_map, and iterator().
|
private |
Referenced by iterator().
|
private |
Referenced by iterator().
|
private |
Referenced by iterator().