Searched refs:sc_phash_iter (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.h158 class sc_phash_iter;
162 friend class sc_phash_iter<K,C>;
165 typedef sc_phash_iter<K,C> iterator;
237 class sc_phash_iter : public sc_phash_base_iter { class in namespace:sc_core
239 sc_phash_iter(sc_phash<K,C>* t) : sc_phash_base_iter(t) { } function in class:sc_core::sc_phash_iter
240 sc_phash_iter(sc_phash<K,C>& t) : sc_phash_base_iter(t) { } function in class:sc_core::sc_phash_iter
241 ~sc_phash_iter() { }

Completed in 6 milliseconds