Samond Classes Library 1.2.6-STABLE build 219
|
CNSAlert(SCAlert) | Additional functionality for the standard class NSAlert |
CNSButton(SCButton) | Standard class NSButton functionality extending category |
CNSData(SCData) | Standard class NSData functionality extending category |
CNSDate(SCDate) | Standard class NSDate functionality extending category |
CNSException(SCException) | Standard class NSException functionality extending category |
CNSIndexSet(SCIndexSet) | Standard class NSIndexSet functionality extending category |
CNSNull(SCNull) | Standard class NSNull functionality extending category |
CNSNumber(SCNumber) | Standard class NSNumber functionality extending category |
CNSObject(SCRuntimeClass) | Adding to the standard classes tools for working with runtime classes |
CNSObject(SCRuntimeMethod) | Adding to the standard classes tools for working with class runtime methods |
CNSObject(SCRuntimeProperty) | Adding to the standard classes tools for working with class runtime properties |
CNSObject(SCRuntimeProtocol) | Adding to the standard classes tools for working with class runtime protocols |
CNSObject(SCRuntimeVariable) | Adding to the standard classes tools for working with class runtime variables |
CNSString(SCString) | Class NSString extentions category |
▼C<SCCoding> | Standard protocol NSCoding extention protocol |
CNSObject(SCObject) | Standard class NSObject functionality extending category |
▼C<SCCollection> | Collection classes protocol |
CNSArray(SCArray) | Standard class NSArray functionality extending category |
CNSDictionary(SCDictionary) | Standard class NSDictionary functionality extending category |
CNSOrderedSet(SCOrderedSet) | Standard class NSOrderedSet functionality extending category |
CNSSet(SCSet) | Standard class NSSet functionality extending category |
▼C<SCIndexedCollection> | Indexed collections protocol |
CNSArray(SCArray) | Standard class NSArray functionality extending category |
CNSOrderedSet(SCOrderedSet) | Standard class NSOrderedSet functionality extending category |
CSCArray | Array class |
►C<SCMutableIndexedCollection> | Mutable indexed collection protocol |
CSCOrderedSet | Ordered set class |
▼C<SCKeyedCollection> | Keyed collections protocol |
CNSDictionary(SCDictionary) | Standard class NSDictionary functionality extending category |
CSCDictionary | Dictionary class |
►C<SCMutableKeyedCollection> | Mutable keyed collection protocol |
▼C<SCMutableCollection> | Mutable collections protocol |
CNSMutableArray(SCMutableArray) | Standard class NSMutableArray functionality extending category |
CNSMutableDictionary(SCMutableDictionary) | Standard class NSMutableDictionary functionality extending category |
CNSMutableOrderedSet(SCMutableOrderedSet) | Standard class NSMutableOrderedSet functionality extending category |
CNSMutableSet(SCMutableSet) | Standard class NSMutableSet functionality extending category |
►CSCCollection | Abstract collections class |
▼C<SCCollectionDelegate> | Collections delegate class |
CSCCollectionDelegate | Collections events handling class |
▼C<SCCollectioning> | Collections communications protocol |
CNSObject(SCObject) | Standard class NSObject functionality extending category |
▼C<SCDating> | Data objects communications protocol |
CNSObject(SCObject) | Standard class NSObject functionality extending category |
▼C<SCDictionaring> | Protocol of methods for data exchanging between class instances and classes NSDictionary and NSMutableDictionary |
CNSObject(SCObject) | Standard class NSObject functionality extending category |
▼CSCException | Parent class of all library exceptions |
CSCAbstractMethodException | Abstract method calling exception class |
CSCCollectionException | Exception class SCCollectionException |
CSCNumberException | Number object exceptions class |
CSCRuntimeException | Exception class SCRuntimeException |
CSCStreamException | Exception class SCStreamException |
CSCSystemException | System error exception class |
CSCTextException | Exception class SCTextException |
▼CSCObject | Parent class of all library classes |
CSCCollection | Abstract collections class |
CSCCommon | Common library functions class |
▼CSCDelegate | Parent class of all library delegate classes |
CSCCollectionDelegate | Collections events handling class |
CSCStreamDelegate | Streams events handling class |
CSCTextDelegate | Text object event handlers class |
▼CSCRuntimeObject | Parent class of all library runtime classes |
CSCRuntimeMethod | Representation of a class method |
CSCRuntimeProperty | Representation of a class property |
►CSCRuntimeProtocol | Representation of a protocols |
CSCRuntimeUnregisteredClass | Representation of an unregistered classes |
CSCRuntimeVariable | Representation of a class variable |
▼CSCService | Parent class of all library service classes |
CSCData | Wrapper class for data objects |
CSCDescription | Service class for formatting the descriptions of the various class instances |
CSCTextIndex | Text index class |
▼CSCSorter | Abstract implementation of the protocol SCSorter |
CSCBubbleSorter | Bubble data sorter class |
CSCFastSorter | Fast data sorter class |
▼CSCStream | Abstract parent class of the stream classes hierarchy |
CSCFileStream | File stream class |
CSCNullStream | Standard null stream (/dev/null) class |
CSCStandardErrorStream | Standard system error stream (stderr) access class |
CSCStandardInputStream | Standard system input stream (stdin) access class |
CSCStandardOutputStream | Standard system output stream (stdout) access class |
▼CSCStrings | Strings list class |
►CSCText | Text class |
CSCUniqueStrings | Unique strings list class |
▼C<SCSorter> | Sorting algorithm protocol |
CSCSorter | Abstract implementation of the protocol SCSorter |
▼C<SCStreamDelegate> | Streams delegate class |
CSCStreamDelegate | Streams events handling class |
▼C<SCStreaming> | Streams communications protocol |
CNSObject(SCObject) | Standard class NSObject functionality extending category |
▼C<SCTextDelegate> | Text objects delegate protocol |
CSCTextDelegate | Text object event handlers class |