home *** CD-ROM | disk | FTP | other *** search
- The class heirarchy of the files in this archive is:
-
- containable --+-- sortable
- |
- +-- hashable
-
- container --+-- abstract_list --+-- linked_list --+-- stack
- | |
- +-- hash_table +-- double_list --+-- queue
- | |
- +-- array +-- sorted_list
-
- abstract_index --+-- linked_index
- |
- +-- double_index
-
- hash_index
-
- bitset
-
- string
-
- Note that while hash_table is not derived from double_list, it does use
- instances of double_list.
-
-