|
Samond Classes Library 1.1.6-RELEASE build 132
|
Protocol SCCollectionProtocol header file. More...
#import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| protocol | <SCCollectionProtocol> |
| Data exchange with library collections. More... | |
Collection objects support types | |
| enum | _SCComparisonResult { SCComparisonEqual = 0, SCComparisonLess = -1, SCComparisonGreater = 1, SCComparisonNotAllowed = 99 } |
| typedef enum _SCComparisonResult | SCComparisonResult |
| Objects comparing result type. | |
Protocol SCCollectionProtocol header file.
Contains declaration of protocol SCCollectionProtocol, which presents methods for working with library collections.
File was introduced in version 1.1.3.
Objects comparing result type.
Type declares the results of array objects comparison
| enum _SCComparisonResult |
Objects comparing results enum for type SCComparisonResult
1.7.3