Object is the root Class of The Objectively Class hierarchy.
More...
Go to the source code of this file.
Object is the root Class of The Objectively Class hierarchy.
Definition in file Object.h.
◆ _Object()
Definition at line 136 of file Object.c.
136 {
139
142 .name = "Object",
143 .instanceSize =
sizeof(
Object),
144 .interfaceOffset = offsetof(
Object, interface),
145 .interfaceSize = sizeof(ObjectInterface),
147 });
148 });
149
150 return clazz;
151}
Class * _initialize(const ClassDef *def)
Initializes the given Class.
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.
Object is the root Class of The Objectively Class hierarchy.