mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
merge back reorganisation branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6bf6ec959b
commit
21d597e740
263 changed files with 5577 additions and 4170 deletions
|
@ -349,20 +349,6 @@ extern "C" {
|
|||
|
||||
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
|
||||
/**
|
||||
* GNUstep specific (non-standard) additions to the NSNumber class.
|
||||
*/
|
||||
@interface NSNumber(GSCategories)
|
||||
|
||||
/**
|
||||
* Parses string as a <code>double</code>, <code>int</code>, or <code>unsigned
|
||||
* int</code> depending on what characters are present. Uses
|
||||
* <code>atof</code> and <code>atoi</code> which don't report errors, so be
|
||||
* careful if the string might contain an invalid value.
|
||||
*/
|
||||
+ (NSValue*) valueFromString: (NSString *)string;
|
||||
@end
|
||||
|
||||
/** Note: Defines a method that is not in the OpenStep spec, but makes
|
||||
subclassing easier. */
|
||||
@interface NSValue (Subclassing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue