Samond Classes Library 1.1.6-RELEASE build 132

SCSortingAlgorithm.h

Go to the documentation of this file.
00001 //
00002 //  SCSortingAlgorithm.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 25.05.12.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00009 #import <scl/SCObject.h>
00010 #import <scl/SCSortingProtocol.h>
00011 
00028 @interface SCSortingAlgorithm : SCObject <SCSortingProtocol> {
00029 
00030 }
00031 
00032 #pragma mark -
00033 #pragma mark Sorting Collections
00034 
00040 - (void)ascendingSortCollection:(id)collection;
00041 
00047 - (void)descendingSortCollection:(id)collection;
00048 
00049 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines