MCPcopy Create free account
hub / github.com/142vip/408CSFamily / StackNode

Class StackNode

code/ds/LinkStack.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11 int data;//结点数据域
12 struct StackNode* next;//结点指针域
13}StackNode,* LinkTop;
14
15//链栈的数据结构

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected