Go to the source code of this file.
|
| FT_Error | ft_hash_str_init (FT_Hash hash, FT_Memory memory) |
| |
| FT_Error | ft_hash_num_init (FT_Hash hash, FT_Memory memory) |
| |
| void | ft_hash_str_free (FT_Hash hash, FT_Memory memory) |
| |
| FT_Error | ft_hash_str_insert (const char *key, size_t data, FT_Hash hash, FT_Memory memory) |
| |
| FT_Error | ft_hash_num_insert (FT_Int num, size_t data, FT_Hash hash, FT_Memory memory) |
| |
| size_t * | ft_hash_str_lookup (const char *key, FT_Hash hash) |
| |
| size_t * | ft_hash_num_lookup (FT_Int num, FT_Hash hash) |
| |
◆ ft_hash_num_free
◆ FT_Hash
◆ FT_Hash_CompareFunc
◆ FT_Hash_LookupFunc
◆ FT_Hashkey
◆ FT_Hashnode
◆ FT_HashnodeRec
◆ FT_HashRec
◆ ft_hash_num_init()
◆ ft_hash_num_insert()
◆ ft_hash_num_lookup()
◆ ft_hash_str_free()
◆ ft_hash_str_init()
◆ ft_hash_str_insert()
◆ ft_hash_str_lookup()