|
Samond Classes Library 1.1.6-RELEASE build 132
|
00001 // 00002 // SCFastSortingAlgorithm.h 00003 // scl 00004 // 00005 // Created by Viacheslav Smolensky on 26.05.12. 00006 // Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved. 00007 // 00008 00016 #import <scl/SCSortingAlgorithm.h> 00017 00024 @interface SCFastSortingAlgorithm : SCSortingAlgorithm { 00025 id fCollection; // Access to currently sorted collection 00026 } 00027 00028 #pragma mark - 00029 #pragma mark Creating Algorithm 00030 00035 + (SCFastSortingAlgorithm *)algorithm; 00036 00037 @end
1.7.3