LLVM API Documentation
#include <OnDiskHashTable.h>
Public Member Functions | |
iterator () | |
iterator (const internal_key_type K, const unsigned char *D, offset_type L, Info *InfoObj) | |
data_type | operator* () const |
bool | operator== (const iterator &X) const |
bool | operator!= (const iterator &X) const |
Definition at line 268 of file OnDiskHashTable.h.
llvm::OnDiskChainedHashTable< Info >::iterator::iterator | ( | ) | [inline] |
Definition at line 275 of file OnDiskHashTable.h.
llvm::OnDiskChainedHashTable< Info >::iterator::iterator | ( | const internal_key_type | K, |
const unsigned char * | D, | ||
offset_type | L, | ||
Info * | InfoObj | ||
) | [inline] |
Definition at line 276 of file OnDiskHashTable.h.
bool llvm::OnDiskChainedHashTable< Info >::iterator::operator!= | ( | const iterator & | X | ) | const [inline] |
Definition at line 282 of file OnDiskHashTable.h.
data_type llvm::OnDiskChainedHashTable< Info >::iterator::operator* | ( | ) | const [inline] |
Definition at line 280 of file OnDiskHashTable.h.
bool llvm::OnDiskChainedHashTable< Info >::iterator::operator== | ( | const iterator & | X | ) | const [inline] |
Definition at line 281 of file OnDiskHashTable.h.