nn::os::MemoryBlockBase Class

Syntax

class MemoryBlockBase : public nn::fnd::IntrusiveLinkedList::Item

Description

Base class for classes handling contiguous memory regions.

Member Functions

GetAddress Gets the starting address of a memory region.
GetSize Gets the size of the memory region.
IsReadOnly Gets whether this memory region is read-only.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::fnd::IntrusiveLinkedList
    nn::os::MemoryBlockBase

Revision History

2010/01/07
Initial version.

CONFIDENTIAL