mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
move a bit more stuff into additions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3297d9f4c9
commit
47810e15de
17 changed files with 671 additions and 327 deletions
|
@ -357,25 +357,6 @@ extern "C" {
|
|||
+ (Class) valueClassWithObjCType: (const char*)type;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
* Cache info for internal use by NSNumber concrete subclasses.
|
||||
* DO NOT USE.
|
||||
*/
|
||||
typedef struct {
|
||||
int typeLevel;
|
||||
void (*getValue)(NSNumber*, SEL, void*);
|
||||
} GSNumberInfo;
|
||||
|
||||
/** Internal method for caching. DO NOT USE. */
|
||||
GSNumberInfo *GSNumberInfoFromObject(NSNumber *o);
|
||||
#define GS_SMALL 16
|
||||
/**
|
||||
* Internal method: get cached values for integers in the range
|
||||
* - GS_SMALL to + GS_SMALL
|
||||
* <br />DO NOT USE
|
||||
*/
|
||||
unsigned GSSmallHash(int n);
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue