All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

NextPrevUpTopContentsIndex

objc-class-name

Function
Summary

Returns the name of an Objective-C class.

Package

objc

Signature

objc-class-name class => name

Arguments

class

A pointer to an Objective-C class.

Values

name

A string.

Description

The function objc-class-name returns the name of the Objective-C class class as a string.

This is the opposite operation to the function coerce-to-objc-class.

See also

objc-class
coerce-to-objc-class


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 15 Feb 2015

NextPrevUpTopContentsIndex