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

#include "llvm/ADT/StringTable.h"

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

Public Member Functions

constexpr Iterator (const Iterator &RHS)=default
constexpr Iterator (Iterator &&RHS)=default
Iteratoroperator= (const Iterator &RHS)
bool operator== (const Iterator &RHS) const
const StringRefoperator* () const
Iteratoroperator++ ()
Offset offset () const
Public Member Functions inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, const StringRef >
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, const StringRef >
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, const StringRef >
enum  

Detailed Description

Definition at line 103 of file StringTable.h.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

llvm::StringTable::Iterator::Iterator ( const Iterator & RHS)
constexprdefault

References RHS.

◆ Iterator() [2/2]

llvm::StringTable::Iterator::Iterator ( Iterator && RHS)
constexprdefault

References RHS.

Member Function Documentation

◆ offset()

Offset llvm::StringTable::Iterator::offset ( ) const
inline

Definition at line 143 of file StringTable.h.

◆ operator*()

const StringRef & llvm::StringTable::Iterator::operator* ( ) const
inline

Definition at line 133 of file StringTable.h.

◆ operator++()

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

Definition at line 138 of file StringTable.h.

◆ operator=()

Iterator & llvm::StringTable::Iterator::operator= ( const Iterator & RHS)
inline

Definition at line 121 of file StringTable.h.

References RHS.

◆ operator==()

bool llvm::StringTable::Iterator::operator== ( const Iterator & RHS) const
inline

Definition at line 128 of file StringTable.h.

References assert(), and RHS.


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