34typedef struct BooleInterface BooleInterface;
63struct BooleInterface {
68 ObjectInterface objectInterface;
76 Boole *(*False)(void);
93 Boole *(*valueof)(
bool value);
OBJECTIVELY_EXPORT Class * _Boole(void)
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.
The runtime representation of a Class.
Object is the root Class of The Objectively Class hierarchy.