Halide 19.0.0
Halide compiler and libraries
|
#include <PerfectHashMap.h>
Public Member Functions | |
void | operator++ (int) |
void | operator++ () |
const K * | key () const |
const T & | value () const |
bool | operator!= (const const_iterator &other) const |
bool | operator== (const const_iterator &other) const |
const std::pair< const K *, T > & | operator* () const |
Public Attributes | |
const std::pair< const K *, T > * | iter |
const std::pair< const K *, T > * | end |
Definition at line 352 of file PerfectHashMap.h.
|
inline |
Definition at line 355 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::end, and PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
|
inline |
Definition at line 361 of file PerfectHashMap.h.
|
inline |
Definition at line 365 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
Referenced by PerfectHashMap< K, T, max_small_size, phm_assert >::begin().
|
inline |
Definition at line 369 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
|
inline |
Definition at line 373 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
|
inline |
Definition at line 377 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
|
inline |
Definition at line 381 of file PerfectHashMap.h.
References PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter.
const std::pair<const K *, T>* PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::iter |
Definition at line 353 of file PerfectHashMap.h.
Referenced by PerfectHashMap< K, T, max_small_size, phm_assert >::begin(), PerfectHashMap< K, T, max_small_size, phm_assert >::end(), PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::key(), PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::operator!=(), PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::operator*(), PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::operator++(), PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::operator==(), and PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::value().
const std::pair<const K *, T> * PerfectHashMap< K, T, max_small_size, phm_assert >::const_iterator::end |