97#pragma mark - Class lifecycle
133 .instanceSize =
sizeof(
Boole),
134 .interfaceOffset = offsetof(
Boole, interface),
135 .interfaceSize =
sizeof(BooleInterface),
static Array * init(Array *self)
static void destroy(Class *clazz)
static Boole * True(void)
static String * description(const Object *self)
static Boole * valueof(bool value)
static Object * copy(const Object *self)
static void initialize(Class *clazz)
static Boole * False(void)
A wrapper for placing boolean primitives into collections, etc.
ident release(ident obj)
Atomically decrement the given Object's reference count. If the resulting reference count is 0,...
Class * _initialize(const ClassDef *def)
Initializes the given Class.
#define alloc(type)
Allocate and initialize and instance of type.
static String * initWithCharacters(String *self, const char *chars)
#define do_once(once, block)
Executes the given block at most one time.
A wrapper for placing boolean primitives into collections, etc.
Boole * valueof(bool value)
bool value
The backing bool.
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.
Object is the root Class of The Objectively Class hierarchy.
String * description(const Object *self)