Glossygloss  0.2
Glossygloss is set of classes to use several data structure as Tree or hash table.
 All Classes Files Functions Variables Macros Pages
Hashtable< K, V > Member List

This is the complete list of members for Hashtable< K, V >, including all inherited members.

_tableHashtable< K, V >private
contains(const K &key)Hashtable< K, V >
get(const K &key)Hashtable< K, V >
getPairs(forward_list< pair< string, int >> &pairs)Hashtable< K, V >
Hashtable()Hashtable< K, V >
isEmpty()Hashtable< K, V >
put(K key, V value)Hashtable< K, V >
remove(const K &key)Hashtable< K, V >
toString()Hashtable< K, V >
~Hashtable()Hashtable< K, V >