Halide
PerfectHashMap< K, T, max_small_size, phm_assert >::iterator Struct Reference

#include <PerfectHashMap.h>

Public Member Functions

void operator++ (int)
 
void operator++ ()
 
const K * key () const
 
T & value () const
 
bool operator!= (const iterator &other) const
 
bool operator== (const iterator &other) const
 
std::pair< const K *, T > & operator* ()
 

Public Attributes

std::pair< const K *, T > * iter
 
std::pair< const K *, T > * end
 

Detailed Description

template<typename K, typename T, int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
struct PerfectHashMap< K, T, max_small_size, phm_assert >::iterator

Definition at line 318 of file PerfectHashMap.h.

Member Function Documentation

◆ operator++() [1/2]

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
void PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::operator++ ( int  )
inline

◆ operator++() [2/2]

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
void PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::operator++ ( )
inline

Definition at line 327 of file PerfectHashMap.h.

◆ key()

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
const K* PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::key ( ) const
inline

◆ value()

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
T& PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::value ( ) const
inline

◆ operator!=()

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
bool PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::operator!= ( const iterator other) const
inline

◆ operator==()

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
bool PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::operator== ( const iterator other) const
inline

◆ operator*()

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
std::pair<const K *, T>& PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::operator* ( )
inline

Member Data Documentation

◆ iter

◆ end

template<typename K , typename T , int max_small_size = 4, typename phm_assert = PerfectHashMapAsserter>
std::pair<const K *, T> * PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::end

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