30#define _Class _NumberFormatter
32#pragma mark - NumberFormatter
75#pragma mark - Class lifecycle
97 .name =
"NumberFormatter",
101 .interfaceSize =
sizeof(NumberFormatterInterface),
static Array * init(Array *self)
Class * _initialize(const ClassDef *def)
Initializes the given Class.
#define alloc(type)
Allocate and initialize and instance of type.
#define super(type, obj, method,...)
static Number * initWithValue(Number *self, const double value)
static String * string(void)
#define do_once(once, block)
Executes the given block at most one time.
ClassDefs are passed to _initialize via an archetype to initialize a Class.
The runtime representation of a Class.
ident interface
The interface of the Class.
A wrapper for placing numeric primitives into collections, etc.
double value
The backing value.
Object is the root Class of The Objectively Class hierarchy.
char * chars
The backing null-terminated UTF-8 encoded character array.