super_class
A pointer to a
Class
data structure. Specifies the particular superclass of the instance to message.Availability
Technology
struct objc_super {
...
};
The compiler generates an objc
data structure when it encounters the super
keyword as the receiver of a message. It specifies the class definition of the particular superclass that should be messaged.
super_class
Class
data structure. Specifies the particular superclass of the instance to message.super_class
Class
data structure. Specifies the particular superclass of the instance to message.id