The Null sentinel.
More...
Go to the source code of this file.
The Null sentinel.
Definition in file Null.h.
◆ _Null()
Definition at line 83 of file Null.c.
83 {
86
89 .name = "Null",
91 .instanceSize =
sizeof(
Null),
92 .interfaceOffset = offsetof(
Null, interface),
93 .interfaceSize = sizeof(NullInterface),
96 });
97 });
98
99 return clazz;
100}
Class * _initialize(const ClassDef *def)
Initializes the given Class.
static void destroy(Class *clazz)
static void initialize(Class *clazz)
#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.
Class * _Object(void)
The Object archetype.