Samond Classes Library 1.2.6-STABLE build 219
|
Protocol SCCollectioning header file. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
protocol | <SCCollectioning> |
Collections communications protocol. More... | |
Collections Support Types | |
enum | SCComparisonResult { SCComparisonEqual = 0, SCComparisonLess = -1, SCComparisonGreater = 1, SCComparisonNotAllowed = 99 } |
Protocol SCCollectioning header file.
Contains the declaration of the protocol SCCollectioning, which is declares the methods for communicate between classes and collections.
enum SCComparisonResult |
Declares a set of constants that indicate the result of objects comparing.