Next: , Previous: descendantp, Up: Objects Dictionary


object-parents
— Function: object-parents object => parents

Arguments and Values:

object — an object.

parents — A list of objects

Description:

Returns a list of objects representing object's parents.

The macro SETF may be used to set a new list as object's list of parents.

Exceptional Situations:

The consequences are undefined if destructive operations are performed on the list returned by OBJECT-PARENTS.