Personal tools

Difference between revisions of "Destructor"

From MohidWiki

Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 11:27, 3 December 2008

Destructor methods are used to remove an object from the modules linked objects lists. Like the Modifier and the Selector methods, the destructor methods receive the instance ID by argument from the client. After successfully locating the object, the memory used by the object is deallocated and the object is removed from the module linked objects list.