home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / IBMCLASS / IABBREV.H < prev    next >
Text File  |  1993-09-22  |  2KB  |  47 lines

  1. /*******************************************************************************
  2. *                                                                              *
  3. * COPYRIGHT:                                                                   *
  4. *   IBM C/C++ Tools Version 2.01 - Collection Class Library                    *
  5. *   Licensed Materials - Property of IBM                                       *
  6. *   (C) Copyright IBM Corporation 1992, 1993                                   *
  7. *   All Rights Reserved                                                        *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  10. *                                                                              *
  11. *******************************************************************************/
  12. #ifndef _IABBREV_H
  13. #define _IABBREV_H
  14.  
  15. #define IGLinkedSequence  IGLnSq
  16. #define IGAvlKeySortedSet IGAvlKSS
  17. #define IGKeySortedBag    IGKSBg
  18. #define IGKeySortedSet    IGKSSt
  19. #define IGHashKeySet      IGHsKS
  20. #define IGHashKeyBag      IGHsKB
  21. #define IGTabularTree     IGTbTr
  22.  
  23. #define IWMapOnKeySet     IWMapOnKS
  24. #define IWSrtMapOnKSSet   IWSMOnKSS
  25. #define IWKeySetOnKSSet   IWKSOnKSS
  26. #define IWSetOnKeySet     IWStOnKS
  27. #define IWSetOnKSSet      IWStOnKSS
  28. #define IWSrtSetOnKSSet   IWSSOnKSS
  29. #define IWBagOnKeySet     IWBgOnKS
  30. #define IWBagOnKSSet      IWBgOnKSS
  31. #define IWSrtBagOnKSSet   IWSBOnKSS
  32. #define IWKSSetOnSeq      IWKSSOnSq
  33. #define IWKSBagOnSeq      IWKSBOnSq
  34. #define IWHashKeySet      IWHshKS
  35. #define IWStackOnSeq      IWStOnSq
  36. #define IWQueueOnSeq      IWQuOnSq
  37. #define IWDequeOnSeq      IWDqOnSq
  38. #define IWPQueOnKSBag     IWPQOnKSB
  39.  
  40. #define IGAvlKeySortedSetForGBag  IGAvlKSSForGBg
  41. #define IGAvlKeySortedSetForGSet  IGAvlKSSForGSt
  42. #define IGAvlKeySortedSetForGSBag IGAvlKSSForGSB
  43. #define IGAvlKeySortedSetForGSSet IGAvlKSSForGSS
  44. #define IGHashKeyBagForGSSet      IGHshKBForGSS
  45.  
  46. #endif
  47.