GDB (xrefs)
|
#include "block.h"
Public Types | |
typedef block_iterator_wrapper | self_type |
typedef struct symbol * | value_type |
Public Member Functions | |
block_iterator_wrapper (const struct block *block, const lookup_name_info *name=nullptr) | |
block_iterator_wrapper () | |
value_type | operator* () const |
bool | operator== (const self_type &other) const |
bool | operator!= (const self_type &other) const |
self_type & | operator++ () |
Private Attributes | |
struct symbol * | m_sym |
struct block_iterator | m_iter |
typedef struct symbol* block_iterator_wrapper::value_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 539 of file block.h.
References block_iterator_next(), m_iter, and m_sym.
|
inline |
|
private |
Definition at line 548 of file block.h.
Referenced by operator++().
|
private |
Definition at line 547 of file block.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().