GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
separate_debug_iterator Class Reference

#include "objfiles.h"

Public Member Functions

 separate_debug_iterator (struct objfile *objfile)
 
bool operator!= (const separate_debug_iterator &other)
 
separate_debug_iteratoroperator++ ()
 
struct objfileoperator* ()
 

Private Attributes

struct objfilem_objfile
 
struct objfilem_parent
 

Detailed Description

Definition at line 341 of file objfiles.h.

Constructor & Destructor Documentation

◆ separate_debug_iterator()

separate_debug_iterator::separate_debug_iterator ( struct objfile * objfile)
inlineexplicit

Definition at line 345 of file objfiles.h.

Member Function Documentation

◆ operator!=()

bool separate_debug_iterator::operator!= ( const separate_debug_iterator & other)
inline

Definition at line 351 of file objfiles.h.

References m_objfile.

◆ operator*()

struct objfile * separate_debug_iterator::operator* ( )
inline

Definition at line 358 of file objfiles.h.

References m_objfile.

◆ operator++()

separate_debug_iterator & separate_debug_iterator::operator++ ( )

Member Data Documentation

◆ m_objfile

struct objfile* separate_debug_iterator::m_objfile
private

Definition at line 365 of file objfiles.h.

Referenced by operator!=(), operator*(), and operator++().

◆ m_parent

struct objfile* separate_debug_iterator::m_parent
private

Definition at line 366 of file objfiles.h.

Referenced by operator++().


The documentation for this class was generated from the following files: