LLVM 17.0.0git
|
Iterates over all the entries in the table, returning the data. More...
#include "llvm/Support/OnDiskHashTable.h"
Public Types | |
typedef data_type | value_type |
Public Member Functions | |
data_iterator (const unsigned char *const Ptr, offset_type NumEntries, Info *InfoObj) | |
data_iterator () | |
data_iterator & | operator++ () |
data_iterator | operator++ (int) |
value_type | operator* () const |
Iterates over all the entries in the table, returning the data.
Definition at line 546 of file OnDiskHashTable.h.
typedef data_type llvm::OnDiskIterableChainedHashTable< Info >::data_iterator::value_type |
Definition at line 550 of file OnDiskHashTable.h.
|
inline |
Definition at line 552 of file OnDiskHashTable.h.
References Ptr.
|
inline |
Definition at line 555 of file OnDiskHashTable.h.
|
inline |
Definition at line 567 of file OnDiskHashTable.h.
|
inline |
Definition at line 557 of file OnDiskHashTable.h.
|
inline |
Definition at line 561 of file OnDiskHashTable.h.