home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / cm / classes.lst < prev    next >
Encoding:
File List  |  1994-08-31  |  4.8 KB  |  69 lines

  1.                 Compendium - C++ Container Class Library
  2.      Copyright (C) 1992-1994, Glenn M. Poorman, All rights reserved
  3. ------------------------------------------------------------------------------
  4.  
  5. Object-based Class                Description                       File
  6. ------------------                -----------                       ----
  7. CmObject                          Abstract object class.            CMOBJECT.H
  8.  |-- CmAssociation                Association class.                CMASSOC.H
  9.  |-- CmDate                       Date class.                       CMDATE.H
  10.  |-- CmString                     String class.                     CMSTRING.H
  11.  |-- CmTime                       Time class.                       CMTIME.H
  12.  |-- CmTokens                     String tokenizer.                 CMTOKENS.H
  13.  |-- CmContainer                  Abstract container class.         CMCONT.H
  14.  |    |-- CmArray                 1D Array class.                   CMARRAY.H
  15.  |    |-- CmBinaryTree            Binary tree class.                CMBINTR.H
  16.  |    |-- CmBTree                 BTree class.                      CMBTREE.H
  17.  |    |    |-- CmBTreeDictionary  BTree dictionary class.           CMBDICT.H
  18.  |    |-- CmHashTable             Hash table class.                 CMHASH.H
  19.  |    |    |-- CmBag              Bag class.                        CMBAG.H
  20.  |    |    |-- CmHashDictionary   Hash dictionary class.            CMHDICT.H
  21.  |    |    |-- CmSet              Set class.                        CMSET.H
  22.  |    |-- CmLinkedList            Singly linked list class.         CMLIST.H
  23.  |    |    |-- CmDeque            Double ended queue class.         CMDEQUE.H
  24.  |    |    |-- CmQueue            Queue class                       CMQUEUE.H
  25.  |    |    |-- CmStack            Stack class.                      CMSTACK.H
  26.  |    |-- CmOrderedArray          1D Ordered array class.           CMORDARR.H
  27.  |    |-- CmRing                  Circular linked list class.       CMRING.H
  28.  |-- CmIterator                   Abstract iterator class.          CMITER.H
  29.       |-- CmArrayIterator         Array iterator class.             CMARRAY.H
  30.       |-- CmBinaryTreeIterator    Binary tree iterator class.       CMBINTR.H
  31.       |-- CmBTreeIterator         Balanced tree iterator class.     CMBTREE.H
  32.       |-- CmHashTableIterator     Hash table iterator class.        CMHASH.H
  33.       |-- CmLinkedListIterator    Linked list iterator class.       CMLIST.H
  34.       |-- CmOrderedArrayIterator  Ordered array iterator class.     CMORDARR.H
  35.       |-- CmRingIterator          Ring iterator class.              CMRING.H
  36.  
  37. CmReserve                         Object reserve class.             CMRESERV.H
  38. CMReserveFile                     Binary reserve file class.        CMRESFIL.H
  39.  
  40. Template Class                    Description                       File
  41. --------------                    -----------                       ----
  42. CmTContainer                      Abstract container template.      CMTCONT.H
  43.  |-- CmTArray                     1D Array template.                CMTARRAY.H
  44.  |-- CmTBinaryTree                Binary tree template.             CMTBINTR.H
  45.  |-- CmTBTree                     BTree template.                   CMTBTREE.H
  46.  |    |-- CmTBTreeDictionary      BTree dictionary template.        CMTBDICT.H
  47.  |-- CmTHashTable                 Hash table template.              CMTHASH.H
  48.  |    |-- CmTBag                  Bag template.                     CMTBAG.H
  49.  |    |-- CmTHashDictionary       Hash dictionary template.         CMTHDICT.H
  50.  |    |-- CmTSet                  Set template.                     CMTSET.H
  51.  |-- CmTLinkedList                Singly linked list template.      CMTLIST.H
  52.  |    |-- CmTDeque                Double ended queue template.      CMTDEQUE.H
  53.  |    |-- CmTQueue                Queue template.                   CMTQUEUE.H
  54.  |    |-- CmTStack                Stack template.                   CMTSTACK.H
  55.  |-- CmTOrderedArray              1D Ordered array template.        CMTORDAR.H
  56.  |-- CmTRing                      Circular linked list template.    CMTRING.H
  57.  
  58. CmTIterator                       Abstract iterator template.       CMTITER.H
  59.  |-- CmTArrayIterator             Array iterator template.          CMTARRAY.H
  60.  |-- CmTBinaryTreeIterator        Binary tree iterator template.    CMTBINTR.H
  61.  |-- CmTBTreeIterator             Balanced tree iterator template.  CMTBTREE.H
  62.  |-- CmTHashTableIterator         Hash table iterator template.     CMTHASH.H
  63.  |-- CmTListIterator              Linked list iterator template.    CMTLIST.H
  64.  |-- CmTOrderedArrayIterator      Ordered array iterator template.  CMTORDAR.H
  65.  |-- CmTRingIterator              Ring iterator template.           CMTRING.H
  66.  
  67. CmTAssociation                    Association template.             CMTASSOC.H
  68. CmTVector                         Generic vector template.          CMTVEC.H
  69.