Graphviz  2.41.20171026.1811
Data Fields
stk_stack Struct Reference

#include <stack.h>

Collaboration diagram for stk_stack:
Collaboration graph
[legend]

Data Fields

stk_stack_nodetop
 
stk_stack_nodetail
 

Detailed Description

Definition at line 49 of file stack.h.

Field Documentation

stk_stack_node* stk_stack::tail

Definition at line 51 of file stack.h.

Referenced by StackCreate(), StackJoin(), StackPop(), and StackPush().

stk_stack_node* stk_stack::top

Definition at line 50 of file stack.h.

Referenced by StackCreate(), StackDestroy(), StackJoin(), StackNotEmpty(), StackPop(), and StackPush().


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