Difference between revisions of "Foundation"

From GNUstepWiki
Jump to navigation Jump to search
(Updated)
(→‎Classes: Added protocols)
Line 16: Line 16:
 
* [[Exception handling]]
 
* [[Exception handling]]
  
== Classes ==
+
== Class and Protocol Reference ==
 +
 
 +
{| border="0" cellpadding="2"
 +
! Class Reference        !! Protocol Reference
 +
|-
 +
|
  
 
* [[NSArchiver]]
 
* [[NSArchiver]]
Line 127: Line 132:
 
* [[NXConstantString]]
 
* [[NXConstantString]]
  
 +
| valign="top" |
 +
 +
* [[NSCoding]]
 +
* [[NSCopying]]
 +
* [[NSDecimalNumberBehaviors]]
 +
* [[NSLocking]]
 +
* [[NSMutableCopying]]
 +
* [[NSObjCTypeSerializationCallBack]]
 +
* [[NSObject]]
 +
* [[NSURLAuthenticationChallengeSender]]   
 +
* [[NSURLHandleClient]]
 +
* [[NSURLProtocolClient]] 
 +
 +
|}
  
 
[[Category:Frameworks]]
 
[[Category:Frameworks]]

Revision as of 11:31, 28 August 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).

Features:

Class and Protocol Reference

Class Reference Protocol Reference