sc_core::sc_phash_base_iter Class Reference
#include <sysc/utils/sc_hash.h>
List of all members.
Detailed Description
Definition at line 125 of file sc_hash.h.
Constructor & Destructor Documentation
sc_core::sc_phash_base_iter::sc_phash_base_iter |
( |
sc_phash_base * |
t |
) |
[inline] |
sc_core::sc_phash_base_iter::sc_phash_base_iter |
( |
sc_phash_base & |
t |
) |
[inline] |
sc_core::sc_phash_base_iter::~sc_phash_base_iter |
( |
|
) |
[inline] |
Member Function Documentation
void* sc_core::sc_phash_base_iter::contents |
( |
|
) |
const |
bool sc_core::sc_phash_base_iter::empty |
( |
|
) |
const |
void* sc_core::sc_phash_base_iter::key |
( |
|
) |
const |
void sc_core::sc_phash_base_iter::operator++ |
( |
int |
|
) |
[inline] |
void sc_core::sc_phash_base_iter::remove |
( |
void(*)(void *) |
kfree |
) |
|
void sc_core::sc_phash_base_iter::remove |
( |
|
) |
|
void sc_core::sc_phash_base_iter::reset |
( |
sc_phash_base & |
t |
) |
[inline] |
void* sc_core::sc_phash_base_iter::set_contents |
( |
void * |
c |
) |
|
void sc_core::sc_phash_base_iter::step |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: