22 #import <Foundation/Foundation.h>
34 #pragma mark Class Constants
44 #define SCDescriptionClass @"SCDescription"
64 #pragma mark Formatting Descriptions of the Class Instances
65 + (NSString *)stringWithObject:(
id)object level:(
SCUInteger)level;
66 + (NSString *)stringWithString:(NSString *)string level:(
SCUInteger)level;
67 + (NSString *)stringWithNumber:(NSNumber *)number level:(
SCUInteger)level;
68 + (NSString *)stringWithBool:(BOOL)boolean level:(
SCUInteger)level;
69 + (NSString *)stringWithChar:(
unsigned char)character level:(
SCUInteger)level;
70 + (NSString *)stringWithUnichar:(unichar)character level:(
SCUInteger)level;
71 + (NSString *)stringWithDate:(NSDate *)date level:(
SCUInteger)level;
72 + (NSString *)stringWithData:(NSData *)data level:(
SCUInteger)level;
73 + (NSString *)stringWithNull:(NSNull *)null level:(
SCUInteger)level;
82 + (NSString *)stringWithFoundationArray:(NSArray *)foundationArray level:(
SCUInteger)level;
83 + (NSString *)stringWithFoundationSet:(NSSet *)foundationSet level:(
SCUInteger)level;
84 + (NSString *)stringWithFoundationOrderedSet:(NSOrderedSet *)foundationOrderedSet level:(
SCUInteger)level;
85 + (NSString *)stringWithFoundationDictionary:(NSDictionary *)foundationDictionary level:(
SCUInteger)level;
Unordered set class.
Definition: SCSet.h:72
Service class for formatting the descriptions of the various class instances.
Definition: SCDescription.h:61
Class SCList header file.
uint32_t SCUInteger
Definition: SCTypes.h:73
Class SCOrderedSet header file.
Ordered set class.
Definition: SCOrderedSet.h:83
Class SCDictionary header file.
Class SCArray header file.
Class SCStack header file.
Class SCQueue header file.
Class SCService header file.
Parent class of the object list classes.
Definition: SCList.h:73
Abstract collections class.
Definition: SCCollection.h:98
Class SCCollection header file.
Stack of objects class.
Definition: SCStack.h:77
Parent class of all library service classes.
Definition: SCService.h:52
Queue of objects class.
Definition: SCQueue.h:83
Dictionary class.
Definition: SCDictionary.h:80
Array class.
Definition: SCArray.h:84