SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#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) |
Public Member Functions inherited from sc_core::sc_phash_base_iter | |
void | reset (sc_phash_base *t) |
void | reset (sc_phash_base &t) |
sc_phash_base_iter (sc_phash_base *t) | |
sc_phash_base_iter (sc_phash_base &t) | |
~sc_phash_base_iter () | |
bool | empty () const |
void | step () |
void | operator++ (int) |
void | remove () |
void | remove (void(*kfree)(void *)) |
void * | key () const |
void * | contents () const |
void * | set_contents (void *c) |
Additional Inherited Members | |
Protected Attributes inherited from sc_core::sc_phash_base_iter | |
sc_phash_base * | table |
sc_phash_elem * | entry |
sc_phash_elem * | next |
sc_phash_elem ** | last |
int | index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |