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
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Dynamic List}}
 
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 [[NSString|strings]] and [[NSArray|arrays]], [[NSDate|dates]] and times, [[NSConnection|distributed objects]], [[NSURL|URLs]] and [[NSFileManager|file systems]] to name but a few.
 
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 [[NSString|strings]] and [[NSArray|arrays]], [[NSDate|dates]] and times, [[NSConnection|distributed objects]], [[NSURL|URLs]] and [[NSFileManager|file systems]] to name but a few.
  
Line 6: Line 7:
  
 
* [[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
Line 25: Line 26:
 
|
 
|
  
 +
* [[NSAffineTransform]]
 
* [[NSArchiver]]
 
* [[NSArchiver]]
 
* [[NSArray]]
 
* [[NSArray]]
Line 69: Line 71:
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedUnarchiver]]
 
* [[NSKeyedUnarchiver]]
 +
* [[NSLocale]]
 
* [[NSLock]]
 
* [[NSLock]]
 
* [[NSMessagePort]]
 
* [[NSMessagePort]]
Line 82: Line 85:
 
* [[NSMutableString]]
 
* [[NSMutableString]]
 
* [[NSMutableURLRequest]]
 
* [[NSMutableURLRequest]]
 +
* [[NSNetService]]
 +
* [[NSNetServiceBrowser]]
 
* [[NSNotification]]
 
* [[NSNotification]]
 
* [[NSNotificationCenter]]
 
* [[NSNotificationCenter]]
Line 131: Line 136:
 
* [[NSUserDefaults]]
 
* [[NSUserDefaults]]
 
* [[NSValue]]
 
* [[NSValue]]
 +
* [[NSValueTransformer]]
 
* [[NSXMLParser]]
 
* [[NSXMLParser]]
* [[NXConstantString]]
+
* [[NSConstantString]]
  
 
| valign="top" |
 
| valign="top" |

Latest revision as of 00:02, 4 November 2012

Dynamic List
This is a list which is constantly changing and may never be considered complete.

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