Samond Classes Library 1.2.6-STABLE build 219
Classes
SCCollectioning.h File Reference

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 }
 

Detailed Description

Protocol SCCollectioning header file.

SDK
macOS 10.6+, iOS 7.0+, GNUstep
Since
version 1.1.3

Contains the declaration of the protocol SCCollectioning, which is declares the methods for communicate between classes and collections.

Enumeration Type Documentation

Declares a set of constants that indicate the result of objects comparing.

Enumerator
SCComparisonEqual 

An objects are equal

SCComparisonLess 

A first instance is less then a second object

SCComparisonGreater 

A second object is greater then a second object

SCComparisonNotAllowed 

An objects cannot be compared