home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / rehack / contain / read.me < prev    next >
Encoding:
Text File  |  1991-06-02  |  638 b   |  26 lines

  1. The class heirarchy of the files in this archive is:
  2.  
  3. containable --+-- sortable
  4.               |
  5.               +-- hashable
  6.  
  7. container --+-- abstract_list --+-- linked_list --+-- stack
  8.             |                   |
  9.             +-- hash_table      +-- double_list --+-- queue
  10.             |                                     |
  11.             +-- array                             +-- sorted_list
  12.  
  13. abstract_index --+-- linked_index
  14.                  |
  15.                  +-- double_index
  16.  
  17. hash_index
  18.  
  19. bitset
  20.  
  21. string
  22.  
  23. Note that while hash_table is not derived from double_list, it does use
  24. instances of double_list.
  25.  
  26.