#include <sysc/utils/sc_hash.h>
Public Member Functions | |
sc_strhash_iter (sc_strhash< C > *t) | |
sc_strhash_iter (sc_strhash< C > &t) | |
~sc_strhash_iter () | |
void | reset (sc_strhash< C > *t) |
void | reset (sc_strhash< C > &t) |
void | remove () |
const char * | key () |
C | contents () |
C | set_contents (C c) |
Definition at line 417 of file sc_hash.h.
sc_core::sc_strhash_iter< C >::sc_strhash_iter | ( | sc_strhash< C > * | t | ) | [inline] |
sc_core::sc_strhash_iter< C >::sc_strhash_iter | ( | sc_strhash< C > & | t | ) | [inline] |
sc_core::sc_strhash_iter< C >::~sc_strhash_iter | ( | ) | [inline] |
C sc_core::sc_strhash_iter< C >::contents | ( | ) | [inline] |
const char* sc_core::sc_strhash_iter< C >::key | ( | ) | [inline] |
void sc_core::sc_strhash_iter< C >::remove | ( | ) | [inline] |
Reimplemented from sc_core::sc_phash_base_iter.
void sc_core::sc_strhash_iter< C >::reset | ( | sc_strhash< C > & | t | ) | [inline] |
void sc_core::sc_strhash_iter< C >::reset | ( | sc_strhash< C > * | t | ) | [inline] |
C sc_core::sc_strhash_iter< C >::set_contents | ( | C | c | ) | [inline] |