#include <stack.h>
|
| Segment ()=default |
|
| Segment (const void *stack_start, const void *stack_top) |
|
|
const void * | start = nullptr |
|
const void * | top = nullptr |
|
Definition at line 121 of file stack.h.
◆ Segment() [1/2]
heap::base::Stack::Segment::Segment |
( |
| ) |
|
|
default |
◆ Segment() [2/2]
heap::base::Stack::Segment::Segment |
( |
const void * | stack_start, |
|
|
const void * | stack_top ) |
|
inline |
◆ start
const void* heap::base::Stack::Segment::start = nullptr |
◆ top
const void* heap::base::Stack::Segment::top = nullptr |
The documentation for this struct was generated from the following file: