LLVM: llvm::OnDiskChainedHashTable< Info >::iterator Class Reference (original) (raw)

#include "[llvm/Support/OnDiskHashTable.h](OnDiskHashTable%5F8h%5Fsource.html)"

Public Member Functions
iterator ()
iterator (const internal_key_type K, const unsigned char *D, offset_type L, Info *InfoObj)
data_type operator* () const
const unsigned char * getDataPtr () const
offset_type getDataLen () const
bool operator== (const iterator &X) const
bool operator!= (const iterator &X) const

Detailed Description

template<typename Info>
class llvm::OnDiskChainedHashTable< Info >::iterator

Definition at line 322 of file OnDiskHashTable.h.

Constructor & Destructor Documentation

iterator() [1/2]

iterator() [2/2]

Member Function Documentation

getDataLen()

getDataPtr()

operator!=()

operator*()

operator==()


The documentation for this class was generated from the following file: