My library
Library for common tasks
Data Fields
Stack Struct Reference

Stack type More...

#include <types.h>

Collaboration diagram for Stack:
Collaboration graph
[legend]

Data Fields

spec_t type
 The type of the elements contained by the Stack. Refer to spec_t. More...
 
Node head
 Head of the Stack. More...
 

Detailed Description

Stack type

Note
All the parameters in this structure must be intended as read-only. Manually modifying them can cause unknown and unwanted behavior

Field Documentation

◆ head

Node Stack::head

Head of the Stack.

◆ type

spec_t Stack::type

The type of the elements contained by the Stack. Refer to spec_t.


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