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


    NAME
        DisposeObject -- Deletes a 'boopsi' object. (V36)

    SYNOPSIS
        DisposeObject( object )
                       A0

        VOID DisposeObject( aptr );

    FUNCTION
        Deletes a boopsi object and all of it auxiliary data.
        These objects are all created by newobject().  objects
        of certain classes "own" other objects, which will also
        be deleted when the object is passed to DisposeObject().
        read the per-class documentation carefully to be aware
        of these instances.

    INPUTS
        object = abstract pointer to a boopsi object returned by newobject().
                The pointer may be NULL, in which case this function has
                no effect.

    NOTES
        This function invokes the OM_DISPOSE method.

    RESULT
        None.

    BUGS

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