Contents

detachAll

Detaches an entry and all its children recursively in a plane.

Declaration

virtual void detachAll(
 const IORegistryPlane *plane );

Parameters

  • plane:

    The plane object.

Overview

This method breaks the registry connections for a subtree. detachAbove is called in the entry, and all child entries and their children in the plane.

See Also

Miscellaneous