Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

          Calss Sortable


     The first abstract class consists of the class  of  objects which
     are  sortable.  Membership  in  this  class is limited  to  those
     objects that can be tested for order. You can derive objects from
     it and place these derived objects into ordered collections, such
     as  trees.  An  object which has  been  derived  from  the  class
     Sortable must define isLessThan, in addition  to  those functions
     required of the class  Object.  (Remember  that class Sortable is
     derived from class Object and therefore  inherits  the properties
     of that class.)

     Derived from: Object

     Public member functions:
            isSortable
            isLessThan
            isA              Inherited from Object
            nameOf           Inherited from Object.
            isEqual          Inherited from Object.
            hashValue        Inherited from Object.
            isAssociation    Inherited from Object.
            operator new     Inherited from Object.
            forEach          Inherited from Object.
            firstThat        Inherited from Object.
            lastThat         Inherited from Object.
            printOn          Inherited from Object.

See Also: sortable.h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson