C_Algorithms 2.0.0
Documentation
Loading...
Searching...
No Matches
Data Fields
stack Struct Reference

#include <stack.h>

Data Fields

uint32_t size
 
uint32_t capacity
 
stack_value_tdata
 

Detailed Description

Definition at line 12 of file stack.h.

Field Documentation

◆ capacity

uint32_t capacity

Definition at line 15 of file stack.h.

Referenced by CreateStack(), PrintStack(), and StackIsFull().

◆ data

Definition at line 16 of file stack.h.

Referenced by CreateStack(), FreeStack(), PopStack(), PrintStack(), PushStack(), and TopStack().

◆ size

uint32_t size

Definition at line 14 of file stack.h.

Referenced by CreateStack(), PopStack(), PrintStack(), PushStack(), StackIsEmpty(), StackIsFull(), and TopStack().


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