nn::os::StackBuffer Class

Header file: nn/os.h

Syntax

template <size_t Size>
class StackBuffer

Template Arguments

Name Description
Size Indicates the size of the stack.

Description

Class template used for placing the thread stack in locations such as within a static region or a structure.

By passing the return value of the GetStackBottom function to a function like Thread::Start, you can use that region as the thread stack.

Member Functions

GetStackBottom Returns the address of the bottom of a stack.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL