NextPrevUpTopContentsIndex

slot-makunbound-using-class

Generic Function
Summary

Implements slot-makunbound .

Package

clos

Signature

slot- makunbound -using-class class object slot-name => object

Arguments

class

A class metaobject, the class of object .

object

An object.

slot-name

A slot name.

Values

object

The object argument.

Description

The generic function slot-makunbound-using-class implements the behavior of the slot- makunbound function.

The implementation is as described in AMOP, except that the third argument is the slot name, and not a slot definition metaobject. The primary methods specialize on t for this argument.

See also

slot-boundp-using-class
slot-value-using-class


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex