Graphviz
2.41.20171026.1811
|
#include <IntStack.h>
Data Fields | |
int | last |
int | max_len |
int * | stack |
Definition at line 18 of file IntStack.h.
int IntStack_struct::last |
Definition at line 19 of file IntStack.h.
Referenced by BinaryHeap_print(), BinaryHeap_sanity_check(), IntStack_new(), IntStack_pop(), IntStack_print(), and IntStack_push().
int IntStack_struct::max_len |
Definition at line 20 of file IntStack.h.
Referenced by IntStack_new(), and IntStack_push().
int* IntStack_struct::stack |
Definition at line 21 of file IntStack.h.
Referenced by BinaryHeap_print(), BinaryHeap_sanity_check(), IntStack_delete(), IntStack_new(), IntStack_pop(), IntStack_print(), and IntStack_push().