Contents (package MULK.OBJECTIVE-CL)


Standard Class OBJECTIVE-C-CLASS

Summary:

The type of all Objective-C classes.

Inherits From:

standard-class, c-pointer-wrapper (internal)

Description:

objective-c-class is the supertype of all Objective-C metaclasses and thus the type of any Objective-C class. The only public API that it provides is the generic function objective-c-class-registered-p that determines whether the class has already been registered with the Objective-C runtime.

Examples:

(invoke (find-objc-class 'ns-mutable-array) 'self)  
  => #<+NS-MUTABLE-ARRAY NS:NS-MUTABLE-ARRAY>  
 

See also:

id, objective-c-class-registered-p