MulticoreBSP for C  Version 1.1
Data Fields
mcbsp_util_stack Struct Reference

Self-growing stack. More...

#include <mcutil.h>

Data Fields

size_t cap
 Stack capacity.
size_t top
 Location of the top of the stack.
size_t size
 Size of a single entry.
void * array
 Stack entries.

Detailed Description

Self-growing stack.


Field Documentation

void* mcbsp_util_stack::array

Stack entries.

size_t mcbsp_util_stack::cap

Stack capacity.

size_t mcbsp_util_stack::size

Size of a single entry.

size_t mcbsp_util_stack::top

Location of the top of the stack.


The documentation for this struct was generated from the following file: