Contents

intersects

Checks this address space intersects with the given address range. Currently only supports IOFWPsuedoAddressSpaces.

Declaration

inline bool intersects(
 IOFWAddressSpace *space )

Parameters

  • space:

    An address space to compare against

Return Value

True if the address spaces intersect false otherwise

See Also

Miscellaneous