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 187 of file objfiles.h.
typedef int minimal_symbol_iterator::difference_type |
Definition at line 194 of file objfiles.h.
typedef std::forward_iterator_tag minimal_symbol_iterator::iterator_category |
Definition at line 193 of file objfiles.h.
typedef struct minimal_symbol** minimal_symbol_iterator::pointer |
Definition at line 192 of file objfiles.h.
typedef struct minimal_symbol*& minimal_symbol_iterator::reference |
Definition at line 191 of file objfiles.h.
Definition at line 189 of file objfiles.h.
typedef struct minimal_symbol* minimal_symbol_iterator::value_type |
Definition at line 190 of file objfiles.h.
|
inlineexplicit |
Definition at line 196 of file objfiles.h.
|
inline |
Definition at line 211 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 201 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 216 of file objfiles.h.
References m_msym.
|
inline |
Definition at line 206 of file objfiles.h.
References m_msym.
|
private |
Definition at line 223 of file objfiles.h.
Referenced by operator!=(), operator*(), operator++(), and operator==().