Samond Classes Library 1.2.1-RELEASE build 181
Main Page
Related Pages
Classes
Files
File List
File Members
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
30
#define SCFastSorterClass @"SCFastSorter"
31
44
@interface SCFastSorter : SCSorter {
45
id
fCollection;
// Sorted array
46
id
fText;
// Sorted text
47
}
48
49
#pragma mark -
50
#pragma mark Creating Sorter
51
+ (instancetype)sorter;
52
53
@end
Generated on Mon Apr 10 2017 15:23:11 for Samond Classes Library 1.2.1-RELEASE build 181 by
1.8.9.1