|
LLVM
3.7.0
|
Iterates over all the entries in the table, returning the data. More...
#include <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 () | |
| bool | operator== (const data_iterator &X) const |
| bool | operator!= (const data_iterator &X) const |
| 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 470 of file OnDiskHashTable.h.
| typedef data_type llvm::OnDiskIterableChainedHashTable< Info >::data_iterator::value_type |
Definition at line 477 of file OnDiskHashTable.h.
|
inline |
Definition at line 479 of file OnDiskHashTable.h.
|
inline |
Definition at line 483 of file OnDiskHashTable.h.
|
inline |
Definition at line 490 of file OnDiskHashTable.h.
|
inline |
Definition at line 517 of file OnDiskHashTable.h.
|
inline |
Definition at line 494 of file OnDiskHashTable.h.
|
inline |
Definition at line 513 of file OnDiskHashTable.h.
|
inline |
Definition at line 487 of file OnDiskHashTable.h.
1.8.6