Samond Classes Library 1.2.2-RELEASE build 188
SCFastSorter.h
Go to the documentation of this file.
1 //
2 // SCFastSorter.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 26.05.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <scl/SCSorter.h>
23 
24 #pragma mark -
25 #pragma mark Class Constants
26 
35 #define SCFastSorterClass @"SCFastSorter"
36 
37 
51 @interface SCFastSorter : SCSorter {
52  id fCollection; // Sorted array
53  id fText; // Sorted text
54 }
55 
56 #pragma mark -
57 #pragma mark Creating Sorter
58 + (instancetype)sorter;
59 
60 @end
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:136
Fast data sorter class.
Definition: SCFastSorter.h:51
Protocol and class SCSorter header file.