NAME

previous_object() - returns the object that called the current function

SYNOPSIS

object previous_object();

DESCRIPTION

Returns an object pointer to the object, if any, that called current function.

SEE ALSO

call_other(3) , this_object(3) .