Derived Types

TypeLocationExtendsDescription
content_adthasty_content_adtNone

Abstract content class to storage any contents.

dictionaryhasty_dictionaryNone

Dictionary class to storage any contents by means of generic key/content pairs nodes.

dictionary_nodehasty_dictionary_nodeNone

Dictionary node class to storage any contents by means of generic key/content pairs.

hash_tablehasty_hash_tableNone

Hash table class to storage any contents by means of generic dictionary buckets.

key_basehasty_key_baseNone

Key class to identify a node.

key_mortonhasty_key_mortonkey_base

Morton (Z-order) key class to identify a node.

tester_ttesterNone

The main tester class.

type~~graph~~TypeGraph type~content_adt content_adt type~key_morton key_morton type~dictionary dictionary type~hash_table hash_table type~dictionary->type~hash_table bucket type~key_base key_base type~key_base->type~key_morton type~dictionary_node dictionary_node type~key_base->type~dictionary_node key type~dictionary_node->type~dictionary head, tail type~dictionary_node->type~dictionary_node next, previous type~tester_t tester_t
Help