#include <Class.h>
The runtime representation of a Class.
Definition at line 95 of file Class.h.
◆ def
◆ image
The base address of the image that declared this Class.
Recorded by _initialize, which is the only place that sees every Class: one resolved through a registered image and one initialized by that image calling alloc arrive here alike. removeClassImage matches on it.
Definition at line 118 of file Class.h.
◆ interface
◆ next
Provides chaining of initialized Classes.
Definition at line 110 of file Class.h.
The documentation for this struct was generated from the following file: