|
libstd v0.1.0
|
Node structure representing an element in the stack. More...
#include <stack.h>

Public Attributes | |
| void * | data |
| struct StackNode * | next |
Node structure representing an element in the stack.
| void* StackNode::data |
Pointer to the stored element data.
| struct StackNode* StackNode::next |
Pointer to the next node lower in the stack.