ネームスペース | |
| namespace | sc_core |
構成 | |
| 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 > |
関数 | |
| unsigned | sc_core::default_int_hash_fn (const void *p) |
| unsigned | sc_core::default_ptr_hash_fn (const void *p) |
| unsigned | sc_core::default_str_hash_fn (const void *p) |
| int | sc_core::sc_strhash_cmp (const void *a, const void *b) |
| void | sc_core::sc_strhash_kfree (void *k) |
| void * | sc_core::sc_strhash_kdup (const void *k) |
変数 | |
| const int | sc_core::PHASH_DEFAULT_MAX_DENSITY = 5 |
| const int | sc_core::PHASH_DEFAULT_INIT_TABLE_SIZE = 11 |
| const bool | sc_core::PHASH_DEFAULT_REORDER_FLAG = true |
1.5.6