Extracted from Pike v7.4 release 341 at 2005-11-30.
pike.ida.liu.se
[Top]
predef::

Method destruct()


Method destruct

void destruct(object o)

Description

Mark an object as destructed.

Calls o->destroy(), and then clears all variables in the object.

All pointers and function pointers to this object will become zero. The destructed object will be freed from memory as soon as possible.