Type | Location | Extends | Description |
---|---|---|---|
content_adt | hasty_content_adt | None | Abstract content class to storage any contents. |
dictionary | hasty_dictionary | None | Dictionary class to storage any contents by means of generic key/content pairs nodes. |
dictionary_node | hasty_dictionary_node | None | Dictionary node class to storage any contents by means of generic key/content pairs. |
hash_table | hasty_hash_table | None | Hash table class to storage any contents by means of generic dictionary buckets. |
key_base | hasty_key_base | None | Key class to identify a node. |
key_morton | hasty_key_morton | key_base | Morton (Z-order) key class to identify a node. |
tester_t | tester | None | The main tester class. |