Contents

detachAbove

Detaches an entry from all its parent entries in a plane.

Declaration

virtual void detachAbove(
 const IORegistryPlane *plane );

Parameters

  • plane:

    The plane object.

Overview

This method calls detachFromParent in the entry for each of its parent entries in the plane.

See Also

Miscellaneous