EPOC   SDK Home Glossary Indexes Previous Next Up

The clean up classes and functions

Function to push cleanup item onto cleanup stack; cleanup action deletes object - CleanupDeletePushL()

A templated function to construct and push a cleanup item onto the cleanup stack for an object; the cleanup action deletes the object.

Function to push cleanup item onto cleanup stack; cleanup action closes object - CleanupClosePushL()

A templated function to construct and push a cleanup item onto the cleanup stack for an object; the cleanup action calls Close() on the object.

Function to push cleanup item onto cleanup stack; cleanup action releases object - CleanupReleasePushL()

A templated function to construct and push a cleanup item onto the cleanup stack for an object; the cleanup action calls Release() on the object.

Class to support the operation of the CleanupDeletePushL() templated function - CleanupDelete
Class to support the operation of the CleanupClosePushL() templated function - CleanupClose
Class to support the operation of the CleanupReleasePushL() templated function - CleanupRelease
EPOC       SDK Home Glossary Indexes Previous Next Up