Difference between revisions of "Foundation"

From GNUstepWiki
Jump to navigation Jump to search
Line 70: Line 70:
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedUnarchiver]]
 
* [[NSKeyedUnarchiver]]
 +
* [[NSLocale]]
 
* [[NSLock]]
 
* [[NSLock]]
 
* [[NSMessagePort]]
 
* [[NSMessagePort]]

Revision as of 01:45, 21 July 2012

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

Notes and Snippets

Class Reference Protocol Reference