Difference between revisions of "Foundation"

From GNUstepWiki
Jump to navigation Jump to search
(headified "Features", moved note about API doc above it; fixed typo in NSString link; added links)
m (→‎Features: style)
Line 6: Line 6:
  
 
* [[Strings]]
 
* [[Strings]]
* [[Collections]] (arrays, sets, dictionaries) and enumerators
+
* [[Collections]] (arrays, sets, and dictionaries) and [[NSEnumerator|enumerators]]
 
* [[File management]]
 
* [[File management]]
* [[Archiving|object archiving]]
+
* [[Archiving|Object Archiving]]
* advanced calendar [[Date|date]] manipulation
+
* Advanced calendar [[Date|date]] manipulation
 
* [[Distributed Objects]] and inter-process communication
 
* [[Distributed Objects]] and inter-process communication
 
* [[URL]] handling
 
* [[URL]] handling
 
* [[Notifications]] (and distributed notifications)
 
* [[Notifications]] (and distributed notifications)
* easy [[Threading|multi-threading]]
+
* Easy [[Threading|multi-threading]]
 
* [[Timer]]s
 
* [[Timer]]s
 
* [[Lock]]s
 
* [[Lock]]s

Revision as of 17:36, 4 September 2006

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