Go to the first, previous, next, last section, table of contents.


nextMosKeyLink

Function: nextMosKeyLink { mosKey slot-num -> mosKey slot-num }
file: job.t
package: muf
status: alpha

The nextMosKeyLink function permits traversal of the linklist joining a superclass to its subclasses -- useful when trying to update all descendants of a given superclass to reflect changes in that superclass.

The slot-num value will be -1 for the superclass proper, and a non-negative integer for its descendants.

See section unlinkMosKeyFromAncestor. See section linkMosKeyToAncestor.


Go to the first, previous, next, last section, table of contents.