GDB (xrefs)
|
#include "objfiles.h"
Public Types | |
typedef minimal_symbol_iterator | self_type |
typedef struct minimal_symbol * | value_type |
typedef struct minimal_symbol *& | reference |
typedef struct minimal_symbol ** | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef int | difference_type |
Public Member Functions | |
minimal_symbol_iterator (struct minimal_symbol *msym) | |
value_type | operator* () const |
bool | operator== (const self_type &other) const |
bool | operator!= (const self_type &other) const |
self_type & | operator++ () |
Private Attributes | |
struct minimal_symbol * | m_msym |
Definition at line 178 of file objfiles.h.
Definition at line 185 of file objfiles.h.
std::forward_iterator_tag minimal_symbol_iterator::iterator_category |
Definition at line 184 of file objfiles.h.
Definition at line 183 of file objfiles.h.
Definition at line 182 of file objfiles.h.
Definition at line 180 of file objfiles.h.
Definition at line 181 of file objfiles.h.
|
inlineexplicit |
Definition at line 187 of file objfiles.h.
|
inline |
Definition at line 202 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 192 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 207 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 197 of file objfiles.h.
References m_msym.
|
private |
Definition at line 214 of file objfiles.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().