LMMS
Loading...
Searching...
No Matches
SerdStack Struct Reference

#include <stack.h>

Public Attributes

uint8_tbuf
 Stack memory.
size_t buf_size
 Allocated size of buf (>= size).
size_t size
 Conceptual size of stack in buf.

Detailed Description

A dynamic stack in memory.

Member Data Documentation

◆ buf

uint8_t * SerdStack::buf

Stack memory.

◆ buf_size

size_t SerdStack::buf_size

Allocated size of buf (>= size).

◆ size

size_t SerdStack::size

Conceptual size of stack in buf.


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