Samond Classes Library 1.1.6-RELEASE build 132
Classes

SCCollectionProtocol.h File Reference

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.

Detailed Description

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.


Typedef Documentation

Objects comparing result type.

Type declares the results of array objects comparison


Enumeration Type Documentation

Objects comparing results enum for type SCComparisonResult

Enumerator:
SCComparisonEqual 

Instances are equal.

SCComparisonLess 

First instance is less than second instance.

SCComparisonGreater 

First instance is greater than second instance.

SCComparisonNotAllowed 

Instances cannot be compared.

 All Classes Files Functions Typedefs Enumerations Enumerator Defines