22 #import <scl/SCService.h> 
   23 #import <scl/SCList.h> 
   26 #pragma mark Class Constants 
   31 #define SCDescriptionClass @"SCDescription"      
   49 #pragma mark Formatting Descriptions of the Class Instances 
   50 + (NSString *)stringWithObject:(
id)object level:(
SCUInteger)level;
 
   51 + (NSString *)stringWithString:(NSString *)string level:(
SCUInteger)level;
 
   52 + (NSString *)stringWithNumber:(NSNumber *)number level:(
SCUInteger)level;
 
   53 + (NSString *)stringWithBool:(BOOL)boolean level:(
SCUInteger)level;
 
   54 + (NSString *)stringWithChar:(
unsigned char)character level:(
SCUInteger)level;
 
   55 + (NSString *)stringWithUnichar:(unichar)character level:(
SCUInteger)level;
 
   56 + (NSString *)stringWithDate:(NSDate *)date level:(
SCUInteger)level;
 
   57 + (NSString *)stringWithData:(NSData *)data level:(
SCUInteger)level;
 
   58 + (NSString *)stringWithNull:(NSNull *)null level:(
SCUInteger)level;
 
   69 + (NSString *)stringWithFoundationArray:(NSArray *)foundationArray level:(
SCUInteger)level;
 
   70 + (NSString *)stringWithFoundationSet:(NSSet *)foundationSet level:(
SCUInteger)level;
 
   72 + (NSString *)stringWithFoundationOrderedSet:(NSOrderedSet *)foundationOrderedSet level:(
SCUInteger)level;
 
   74 + (NSString *)stringWithFoundationDictionary:(NSDictionary *)foundationDictionary level:(
SCUInteger)level;
 
Unordered set class. 
Definition: SCSet.h:65
 
Service class for formatting the descriptions of the various class instances. 
Definition: SCDescription.h:46
 
uint32_t SCUInteger
Definition: SCTypes.h:76
 
Ordered set class. 
Definition: SCOrderedSet.h:73
 
Parent class of the object list classes. 
Definition: SCList.h:64
 
Abstract collections class. 
Definition: SCCollection.h:94
 
Stack of objects class. 
Definition: SCStack.h:69
 
Parent class of all library service classes. 
Definition: SCService.h:47
 
Queue of objects class. 
Definition: SCQueue.h:74
 
Dictionary class. 
Definition: SCDictionary.h:71
 
Array class. 
Definition: SCArray.h:75