nn::fnd::MemoryRange::MemoryRange Constructor

Syntax

MemoryRange(
     uptr begin,
     uptr end
);

Arguments

Name Description
in begin The starting address.
in end The ending address. This represents the final address within the region, plus four bytes.

Description

Constructs an object that represents the range of a memory region.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL