clang API Documentation

Public Member Functions
clang::OnDiskChainedHashTable< Info >::iterator Class Reference

#include <OnDiskHashTable.h>

List of all members.

Public Member Functions

 iterator ()
 iterator (const internal_key_type k, const unsigned char *d, unsigned 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 clang::OnDiskChainedHashTable< Info >::iterator

Definition at line 269 of file OnDiskHashTable.h.


Constructor & Destructor Documentation

template<typename Info>
clang::OnDiskChainedHashTable< Info >::iterator::iterator ( ) [inline]

Definition at line 275 of file OnDiskHashTable.h.

template<typename Info>
clang::OnDiskChainedHashTable< Info >::iterator::iterator ( const internal_key_type  k,
const unsigned char *  d,
unsigned  l,
Info *  InfoObj 
) [inline]

Definition at line 276 of file OnDiskHashTable.h.


Member Function Documentation

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

Definition at line 282 of file OnDiskHashTable.h.

References data().

template<typename Info>
data_type clang::OnDiskChainedHashTable< Info >::iterator::operator* ( ) const [inline]

Definition at line 280 of file OnDiskHashTable.h.

References data().

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

Definition at line 281 of file OnDiskHashTable.h.

References data().


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