home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / iiksbseq.inl < prev    next >
Encoding:
Text File  |  1996-02-22  |  1.7 KB  |  45 lines

  1. /**********************************************************************
  2. *                                                                     *
  3. *  IBM(R) VisualAge(TM) for C++ for Windows(R), Version 3.5           *
  4. *                                                                     *
  5. *  PID: 5622-880                                                      *
  6. *  - Licensed Material - Program-Property of IBM                      *
  7. *  (C) Copyright IBM Corp. 1991, 1995 - All Right Reserved.           *
  8. *                                                                     *
  9. *  US Government Users Restricted Rights - Use, duplication or        *
  10. *  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.  *
  11. *                                                                     *
  12. *  VisualAge, and IBM are trademarks or registered trademarks of      *
  13. *  International Business Machines Corporation.                       *
  14. *  Windows is a registered trademark of Microsoft Corporation.        *
  15. *                                                                     *
  16. **********************************************************************/
  17.  
  18. // ---------------------------
  19. // IKeySortedBagOnSequenceImpl
  20. // ---------------------------
  21.  
  22. // public members
  23.  
  24.  
  25. template <class Base>
  26. inline void
  27. IKeySortedBagOnSequenceImpl <Base>::
  28. operator= (IKeySortedBagOnSequenceImpl <Base> const& collection)
  29. { BaseOf (*this).Base::operator= (BaseOf (collection));
  30. }
  31.  
  32.  
  33. // ---------------------------
  34. // IAKeySortedBagOnSequenceOps
  35. // ---------------------------
  36.  
  37. // public members
  38.  
  39. template <class Base>
  40. inline
  41. IAKeySortedBagOnSequenceOps <Base>::
  42. ~IAKeySortedBagOnSequenceOps ()
  43. {
  44. }
  45.