LLVM 22.0.0git
llvm::OnDiskChainedHashTable< Info >::iterator Class Reference

#include "llvm/Support/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
const unsigned chargetDataPtr () 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]

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

Definition at line 329 of file OnDiskHashTable.h.

Referenced by operator!=(), and operator==().

◆ iterator() [2/2]

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 330 of file OnDiskHashTable.h.

References D(), and Info.

Member Function Documentation

◆ getDataLen()

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

Definition at line 337 of file OnDiskHashTable.h.

◆ getDataPtr()

template<typename Info>
const unsigned char * llvm::OnDiskChainedHashTable< Info >::iterator::getDataPtr ( ) const
inline

Definition at line 336 of file OnDiskHashTable.h.

◆ operator!=()

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

Definition at line 340 of file OnDiskHashTable.h.

References iterator(), and X.

◆ operator*()

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

Definition at line 334 of file OnDiskHashTable.h.

◆ operator==()

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

Definition at line 339 of file OnDiskHashTable.h.

References iterator(), and X.


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