Samond Classes Library 1.2.1-RELEASE build 181
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 }
 
typedef enum _SCComparisonResult SCComparisonResult
 Instances comparing results type. More...
 

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.

Typedef Documentation

Instances comparing results type.

SDK
macOS 10.6+, iOS 7.0+

Declares the constans that are indicate the instances comparing results.

Enumeration Type Documentation

Enum with constants for the type SCComparisonResult

Enumerator
SCComparisonEqual 

Instances are equal.

SCComparisonLess 

First instance is less than second instance.

SCComparisonGreater 

First instance is greater then second instance.

SCComparisonNotAllowed 

Instances cannot be compared.