34typedef struct BooleInterface BooleInterface;
63struct BooleInterface {
68 ObjectInterface objectInterface;
76 Boole *(*False)(void);
93 Boole *(*valueof)(_Bool value);
Object is the root Class of The Objectively Class hierarchy.
#define OBJECTIVELY_EXPORT
A wrapper for placing boolean primitives into collections, etc.
Object object
The superclass.
BooleInterface * interface
The interface.
_Bool value
The backing _Bool.
Class * _Boole(void)
The Boole archetype.
The runtime representation of a Class.
Object is the root Class of The Objectively Class hierarchy.