|
Samond Classes Library 1.2.6-STABLE build 219
|
Service class for formatting the descriptions of the various class instances. More...
#import <SCDescription.h>
Inheritance diagram for SCDescription:Formatting Descriptions of the Class Instances | |
| (NSString *) | + stringWithObject:level: |
| (NSString *) | + stringWithString:level: |
| (NSString *) | + stringWithNumber:level: |
| (NSString *) | + stringWithBool:level: |
| (NSString *) | + stringWithChar:level: |
| (NSString *) | + stringWithUnichar:level: |
| (NSString *) | + stringWithDate:level: |
| (NSString *) | + stringWithData:level: |
| (NSString *) | + stringWithNull:level: |
| (NSString *) | + stringWithArray:level: |
| (NSString *) | + stringWithSet:level: |
| (NSString *) | + stringWithOrderedSet:level: |
| (NSString *) | + stringWithDictionary:level: |
| (NSString *) | + stringWithStack:level: |
| (NSString *) | + stringWithQueue:level: |
| (NSString *) | + stringWithList:level: |
| (NSString *) | + stringWithCollection:level: |
| (NSString *) | + stringWithFoundationArray:level: |
| (NSString *) | + stringWithFoundationSet:level: |
| (NSString *) | + stringWithFoundationOrderedSet:level: |
| (NSString *) | + stringWithFoundationDictionary:level: |
Service class for formatting the descriptions of the various class instances.
Declares the methods for creating a formatted descriptions of the instances of the various classes.
| + (NSString *) stringWithArray: | (SCArray *) | array | |
| level: | (SCUInteger) | level | |
Returns a description of the specified library array.
| array | - the source library array |
| level | - the level of the description |
| + (NSString *) stringWithBool: | (BOOL) | boolean | |
| level: | (SCUInteger) | level | |
Returns a description of the specified boolean value.
| boolean | - the source boolean value |
| level | - the level of the description |
| + (NSString *) stringWithChar: | (unsigned char) | character | |
| level: | (SCUInteger) | level | |
Returns a description of the specified character.
| character | - the source character |
| level | - the level of the description |
| + (NSString *) stringWithCollection: | (id<SCCollection>) | collection | |
| level: | (SCUInteger) | level | |
Returns a description of the specified collection of any supported type.
| collection | - the source collection |
| level | - the level of the description |
| + (NSString *) stringWithData: | (NSData *) | data | |
| level: | (SCUInteger) | level | |
Returns a description of the specified NSData object.
| data | - the source object |
| level | - the level of the description |
| + (NSString *) stringWithDate: | (NSDate *) | date | |
| level: | (SCUInteger) | level | |
Returns a description of the specified date.
| date | - the source date |
| level | - the level of the description |
| + (NSString *) stringWithDictionary: | (SCDictionary *) | dictionary | |
| level: | (SCUInteger) | level | |
Returns a description of the specified library dictionary.
| dictionary | - the source library dictionary |
| level | - the level of the description |
| + (NSString *) stringWithFoundationArray: | (NSArray *) | foundationArray | |
| level: | (SCUInteger) | level | |
Returns a description of the specified foundation array.
| foundationArray | - the source foundation array |
| level | - the level of the description |
| + (NSString *) stringWithFoundationDictionary: | (NSDictionary *) | foundationDictionary | |
| level: | (SCUInteger) | level | |
Returns a description of the specified foundation dictionary.
| foundationDictionary | - the source foundation dictionary |
| level | - the level of the description |
| + (NSString *) stringWithFoundationOrderedSet: | (NSOrderedSet *) | foundationOrderedSet | |
| level: | (SCUInteger) | level | |
Returns a description of the specified foundation ordered set.
| foundationOrderedSet | - the source foundation ordered set |
| level | - the level of the description |
| + (NSString *) stringWithFoundationSet: | (NSSet *) | foundationSet | |
| level: | (SCUInteger) | level | |
Returns a description of the specified foundation set.
| foundationSet | - the source foundation set |
| level | - the level of the description |
| + (NSString *) stringWithList: | (SCList *) | list | |
| level: | (SCUInteger) | level | |
Returns a description of the specified list.
| list | - the source list |
| level | - the level of the description |
| + (NSString *) stringWithNull: | (NSNull *) | null | |
| level: | (SCUInteger) | level | |
Returns a description of the specified NSNull object.
| null | - the source object |
| level | - the level of the description |
| + (NSString *) stringWithNumber: | (NSNumber *) | number | |
| level: | (SCUInteger) | level | |
Returns a description of the specified number.
| number | - the source number |
| level | - the level of the description |
| + (NSString *) stringWithObject: | (id) | object | |
| level: | (SCUInteger) | level | |
Returns a description of the specified class instance.
| object | - the class instance |
| level | - the level of the description |
| + (NSString *) stringWithOrderedSet: | (SCOrderedSet *) | orderedSet | |
| level: | (SCUInteger) | level | |
Returns a description of the specified library ordered set.
| orderedSet | - the source library ordered set |
| level | - the level of the description |
| + (NSString *) stringWithQueue: | (SCQueue *) | queue | |
| level: | (SCUInteger) | level | |
Returns a description of the specified queue.
| queue | - the source queue |
| level | - the level of the description |
| + (NSString *) stringWithSet: | (SCSet *) | set | |
| level: | (SCUInteger) | level | |
Returns a description of the specified library set.
| set | - the source library set |
| level | - the level of the description |
| + (NSString *) stringWithStack: | (SCStack *) | stack | |
| level: | (SCUInteger) | level | |
Returns a description of the specified stack.
| stack | - the source stack |
| level | - the level of the description |
| + (NSString *) stringWithString: | (NSString *) | string | |
| level: | (SCUInteger) | level | |
Returns a description of the specified string.
| string | - the source string |
| level | - the level of the description |
| + (NSString *) stringWithUnichar: | (unichar) | character | |
| level: | (SCUInteger) | level | |
Returns a description of the specified character.
| character | - the source character |
| level | - the level of the description |
1.8.9.1