LLVM 24.0.0git
llvm::sampleprof::SampleProfileNameTable::iterator Class Reference

#include "llvm/ProfileData/SampleProfReader.h"

Inheritance diagram for llvm::sampleprof::SampleProfileNameTable::iterator:
[legend]

Public Member Functions

 iterator ()=default
 iterator (const SampleProfileNameTable *Table, size_t Idx)
bool operator== (const iterator &RHS) const
iteratoroperator++ ()
FunctionId operator* () const
Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::input_iterator_tag, FunctionId, std::ptrdiff_t, const FunctionId *, FunctionId >
iterator operator+ (std::ptrdiff_t n) const
iterator operator- (std::ptrdiff_t n) const
iteratoroperator++ ()
iteratoroperator-- ()
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::input_iterator_tag, FunctionId, std::ptrdiff_t, const FunctionId *, FunctionId >
enum  
using iterator_category
using value_type
using difference_type
using pointer
using reference

Detailed Description

Definition at line 355 of file SampleProfReader.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

llvm::sampleprof::SampleProfileNameTable::iterator::iterator ( )
default

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

◆ iterator() [2/2]

llvm::sampleprof::SampleProfileNameTable::iterator::iterator ( const SampleProfileNameTable * Table,
size_t Idx )
inline

Member Function Documentation

◆ operator*()

FunctionId llvm::sampleprof::SampleProfileNameTable::iterator::operator* ( ) const
inline

◆ operator++()

iterator & llvm::sampleprof::SampleProfileNameTable::iterator::operator++ ( )
inline

Definition at line 368 of file SampleProfReader.h.

References iterator().

◆ operator==()

bool llvm::sampleprof::SampleProfileNameTable::iterator::operator== ( const iterator & RHS) const
inline

Definition at line 364 of file SampleProfReader.h.

References iterator(), and RHS.


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