libstd v0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
StackNode Struct Reference

Node structure representing an element in the stack. More...

#include <stack.h>

Collaboration diagram for StackNode:
Collaboration graph
[legend]

Public Attributes

void * data
 
struct StackNodenext
 

Detailed Description

Node structure representing an element in the stack.

Member Data Documentation

◆ data

void* StackNode::data

Pointer to the stored element data.

◆ next

struct StackNode* StackNode::next

Pointer to the next node lower in the stack.


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