|
LLVM
8.0.1
|
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 547 of file OnDiskHashTable.h.
| typedef data_type llvm::OnDiskIterableChainedHashTable< Info >::data_iterator::value_type |
Definition at line 551 of file OnDiskHashTable.h.
|
inline |
Definition at line 553 of file OnDiskHashTable.h.
|
inline |
Definition at line 556 of file OnDiskHashTable.h.
|
inline |
Definition at line 568 of file OnDiskHashTable.h.
|
inline |
Definition at line 558 of file OnDiskHashTable.h.
|
inline |
Definition at line 562 of file OnDiskHashTable.h.
1.8.13