[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        RemoveClass -- Make a public boopsi class unavailable. (V36)

    SYNOPSIS
        RemoveClass( classPtr )
                     A0

        VOID RemoveClass( struct iclass * );

    FUNCTION
        Makes a public class unavailable for public consumption.
        It's OK to call this function for a class which is not
        yet in the internal public class list, or has been
        already removed.

    INPUTS
        ClassPtr = pointer to *public* class created by makeclass(),
                may be NULL.

    RESULT
        None.

    NOTES

    BUGS

    SEE ALSO
        makeclass(), freeclass(), addclass()
        Document "Basic Object-Oriented Programming System for Intuition"
        and the "boopsi Class Reference" document.