LLVM 22.0.0git
|
#include "llvm/DebugInfo/PDB/Native/HashTable.h"
Public Member Functions | |
HashTableIterator (const HashTable< ValueT > &Map) | |
HashTableIterator (const HashTableIterator &R)=default | |
HashTableIterator & | operator= (const HashTableIterator &R) |
bool | operator== (const HashTableIterator &R) const |
const std::pair< uint32_t, ValueT > & | operator* () const |
HashTableIterator & | operator++ () |
Public Member Functions inherited from llvm::iterator_facade_base< HashTableIterator< ValueT >, std::forward_iterator_tag, const std::pair< uint32_t, ValueT > > | |
HashTableIterator< ValueT > | operator+ (std::ptrdiff_t n) const |
HashTableIterator< ValueT > | operator- (std::ptrdiff_t n) const |
HashTableIterator< ValueT > & | operator++ () |
HashTableIterator< ValueT > & | operator-- () |
bool | operator!= (const HashTableIterator< ValueT > &RHS) const |
bool | operator> (const HashTableIterator< ValueT > &RHS) const |
bool | operator<= (const HashTableIterator< ValueT > &RHS) const |
bool | operator>= (const HashTableIterator< ValueT > &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< HashTableIterator< ValueT >, std::forward_iterator_tag, const std::pair< uint32_t, ValueT > > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< HashTableIterator< ValueT >, std::forward_iterator_tag, const std::pair< uint32_t, ValueT > > | |
enum |
Definition at line 37 of file HashTable.h.
|
inline |
Definition at line 49 of file HashTable.h.
References I.
|
default |
|
inline |
Definition at line 73 of file HashTable.h.
References assert().
|
inline |
Definition at line 81 of file HashTable.h.
|
inline |
Definition at line 61 of file HashTable.h.
|
inline |
Definition at line 65 of file HashTable.h.