My Project
Public Member Functions | Public Attributes
hash_filo Class Reference

List of all members.

Public Member Functions

 hash_filo (uint size, uint key_offset_arg, uint key_length_arg, my_hash_get_key get_key_arg, my_hash_free_key free_element_arg, CHARSET_INFO *hash_charset_arg)
void clear (bool locked=0)
hash_filo_elementfirst ()
hash_filo_elementlast ()
hash_filo_elementsearch (uchar *key, size_t length)
my_bool add (hash_filo_element *entry)
uint size ()
void resize (uint new_size)

Public Attributes

mysql_mutex_t lock
HASH cache

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines