LLVM  3.7.0
Public Member Functions | List of all members
llvm::OnDiskChainedHashTable< Info >::iterator Class Reference

#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
 

Detailed Description

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

Definition at line 265 of file OnDiskHashTable.h.

Constructor & Destructor Documentation

template<typename Info >
llvm::OnDiskChainedHashTable< Info >::iterator::iterator ( )
inline

Definition at line 272 of file OnDiskHashTable.h.

template<typename Info >
llvm::OnDiskChainedHashTable< Info >::iterator::iterator ( const internal_key_type  K,
const unsigned char *  D,
offset_type  L,
Info *  InfoObj 
)
inline

Definition at line 273 of file OnDiskHashTable.h.

Member Function Documentation

template<typename Info >
bool llvm::OnDiskChainedHashTable< Info >::iterator::operator!= ( const iterator X) const
inline

Definition at line 279 of file OnDiskHashTable.h.

References llvm::Data.

template<typename Info >
data_type llvm::OnDiskChainedHashTable< Info >::iterator::operator* ( ) const
inline

Definition at line 277 of file OnDiskHashTable.h.

References llvm::Data.

template<typename Info >
bool llvm::OnDiskChainedHashTable< Info >::iterator::operator== ( const iterator X) const
inline

Definition at line 278 of file OnDiskHashTable.h.

References llvm::Data.


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