#include <Foundation/Foundation.h>
Go to the source code of this file.
|
| #define | BOXSTRING(x) [NSString stringWithUTF8String:x] |
| |
| #define | BOXINT(x) [NSNumber numberWithInt:x] |
| |
| #define | BOXUINT(x) [NSNumber numberWithUnsignedInt:x] |
| |
| #define | BOXFLOAT(x) [NSNumber numberWithDouble:x] |
| |
◆ BOXFLOAT
| #define BOXFLOAT |
( |
|
x | ) |
[NSNumber numberWithDouble:x] |
◆ BOXINT
| #define BOXINT |
( |
|
x | ) |
[NSNumber numberWithInt:x] |
◆ BOXSTRING
| #define BOXSTRING |
( |
|
x | ) |
[NSString stringWithUTF8String:x] |
◆ BOXUINT
| #define BOXUINT |
( |
|
x | ) |
[NSNumber numberWithUnsignedInt:x] |