Samond Classes Library 1.2.0-RELEASE build 166
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...
 

Collection 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.

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.

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.