GDB (xrefs)
|
#include "objfiles.h"
Public Types | |
typedef section_iterator | self_type |
typedef obj_section * | value_type |
Public Member Functions | |
section_iterator (const section_iterator &)=default | |
section_iterator (section_iterator &&)=default | |
section_iterator & | operator= (const section_iterator &)=default |
section_iterator & | operator= (section_iterator &&)=default |
value_type | operator* () |
section_iterator & | operator++ () |
bool | operator== (const section_iterator &other) const |
bool | operator!= (const section_iterator &other) const |
Private Member Functions | |
section_iterator (obj_section *iter, obj_section *end) | |
void | skip_null () |
Private Attributes | |
value_type | m_iter |
value_type | m_end |
Friends | |
class | objfile |
Definition at line 637 of file objfiles.h.
Definition at line 645 of file objfiles.h.
Definition at line 646 of file objfiles.h.
|
default |
|
default |
|
inlineprivate |
Definition at line 668 of file objfiles.h.
References skip_null().
|
inline |
Definition at line 661 of file objfiles.h.
|
inline |
Definition at line 648 of file objfiles.h.
References m_iter.
|
inline |
Definition at line 651 of file objfiles.h.
References m_iter, and skip_null().
|
default |
|
default |
|
inline |
Definition at line 658 of file objfiles.h.
|
inlineprivate |
Definition at line 675 of file objfiles.h.
References m_iter.
Referenced by operator++(), and section_iterator().
|
friend |
Definition at line 666 of file objfiles.h.
|
private |
Definition at line 682 of file objfiles.h.
Referenced by operator==().
|
private |
Definition at line 681 of file objfiles.h.
Referenced by operator*(), operator++(), operator==(), and skip_null().