LLVM 22.0.0git
llvm::AppleAcceleratorTable::Iterator Class Reference

An iterator for all entries in the table. More...

#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"

Inheritance diagram for llvm::AppleAcceleratorTable::Iterator:
[legend]

Public Member Functions

LLVM_ABI Iterator (const AppleAcceleratorTable &Table, bool SetEnd=false)
Iteratoroperator++ ()
bool operator== (const Iterator &It) const
const EntryWithNameoperator* () const
Public Member Functions inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName >
Iterator operator+ (std::ptrdiff_t n) const
Iterator operator- (std::ptrdiff_t n) const
Iterator & operator++ ()
Iterator & operator-- ()
bool operator!= (const Iterator &RHS) const
bool operator> (const Iterator &RHS) const
bool operator<= (const Iterator &RHS) const
bool operator>= (const Iterator &RHS) const
PointerProxy operator-> () const
ReferenceProxy operator[] (std::ptrdiff_t n) const

Additional Inherited Members

Public Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName >
using iterator_category
using value_type
using difference_type
using pointer
using reference
Protected Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName >
enum  

Detailed Description

An iterator for all entries in the table.

Definition at line 279 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ Iterator()

AppleAcceleratorTable::Iterator::Iterator ( const AppleAcceleratorTable & Table,
bool SetEnd = false )

Member Function Documentation

◆ operator*()

const EntryWithName & llvm::AppleAcceleratorTable::Iterator::operator* ( ) const
inline

Definition at line 312 of file DWARFAcceleratorTable.h.

References assert().

◆ operator++()

Iterator & llvm::AppleAcceleratorTable::Iterator::operator++ ( )
inline

Definition at line 307 of file DWARFAcceleratorTable.h.

References Iterator().

◆ operator==()

bool llvm::AppleAcceleratorTable::Iterator::operator== ( const Iterator & It) const
inline

Definition at line 311 of file DWARFAcceleratorTable.h.

References Iterator().


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