Go to the source code of this file.
Classes | |
class | sc_core::sc_phash_base |
class | sc_core::sc_phash_base_iter |
class | sc_core::sc_phash< K, C > |
class | sc_core::sc_phash_iter< K, C > |
class | sc_core::sc_pdhash< K, C > |
class | sc_core::sc_pdhash_iter< K, C > |
class | sc_core::sc_strhash< C > |
class | sc_core::sc_strhash_iter< C > |
Namespaces | |
namespace | sc_core |
Functions | |
unsigned | sc_core::default_int_hash_fn (const void *) |
unsigned | sc_core::default_ptr_hash_fn (const void *) |
unsigned | sc_core::default_str_hash_fn (const void *) |
int | sc_core::sc_strhash_cmp (const void *, const void *) |
void | sc_core::sc_strhash_kfree (void *) |
void * | sc_core::sc_strhash_kdup (const void *) |
Variables | |
const int | sc_core::PHASH_DEFAULT_MAX_DENSITY = 5 |
const int | sc_core::PHASH_DEFAULT_INIT_TABLE_SIZE = 11 |
const double | sc_core::PHASH_DEFAULT_GROW_FACTOR |
const bool | sc_core::PHASH_DEFAULT_REORDER_FLAG = true |