Difference between revisions of "Foundation"
Jump to navigation
Jump to search
m (→Features: style) |
(→Notes and Snippets: Updated) |
||
Line 25: | Line 25: | ||
| | | | ||
+ | * [[NSAffineTransform]] | ||
* [[NSArchiver]] | * [[NSArchiver]] | ||
* [[NSArray]] | * [[NSArray]] | ||
Line 82: | Line 83: | ||
* [[NSMutableString]] | * [[NSMutableString]] | ||
* [[NSMutableURLRequest]] | * [[NSMutableURLRequest]] | ||
+ | * [[NSNetService]] | ||
+ | * [[NSNetServiceBrowser]] | ||
* [[NSNotification]] | * [[NSNotification]] | ||
* [[NSNotificationCenter]] | * [[NSNotificationCenter]] | ||
Line 88: | Line 91: | ||
* [[NSNumber]] | * [[NSNumber]] | ||
* [[NSNumberFormatter]] | * [[NSNumberFormatter]] | ||
− | |||
* [[NSOutputStream]] | * [[NSOutputStream]] | ||
* [[NSPipe]] | * [[NSPipe]] | ||
Line 99: | Line 101: | ||
* [[NSPropertyListSerialization]] | * [[NSPropertyListSerialization]] | ||
* [[NSProtocolChecker]] | * [[NSProtocolChecker]] | ||
− | |||
* [[NSRecursiveLock]] | * [[NSRecursiveLock]] | ||
* [[NSRunLoop]] | * [[NSRunLoop]] | ||
Line 131: | Line 132: | ||
* [[NSUserDefaults]] | * [[NSUserDefaults]] | ||
* [[NSValue]] | * [[NSValue]] | ||
+ | * [[NSValueTransformer]] | ||
* [[NSXMLParser]] | * [[NSXMLParser]] | ||
* [[NXConstantString]] | * [[NXConstantString]] |
Revision as of 10:14, 4 January 2007
The GNUstep base library (aka gnustep-base) contains a powerful set of non-graphical Objective-C classes that can readily be used in your programs. At present there are approximately 70 different classes available, including classes to handle strings and arrays, dates and times, distributed objects, URLs and file systems to name but a few.
You can find the automatically generated API documentation here.
Features
- Strings
- Collections (arrays, sets, and dictionaries) and enumerators
- File management
- Object Archiving
- Advanced calendar date manipulation
- Distributed Objects and inter-process communication
- URL handling
- Notifications (and distributed notifications)
- Easy multi-threading
- Timers
- Locks
- Exception handling