Difference between revisions of "Foundation"

From GNUstepWiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user 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 70: Line 71:
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedArchiver]]
 
* [[NSKeyedUnarchiver]]
 
* [[NSKeyedUnarchiver]]
 +
* [[NSLocale]]
 
* [[NSLock]]
 
* [[NSLock]]
 
* [[NSMessagePort]]
 
* [[NSMessagePort]]

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