Public Member Functions | |
| void | Push (uint x, uint y) |
| bool | Empty () |
| void | Top (uint& x, uint& y) |
| void | Pop (uint& x, uint& y) |
| void | Pop () |
| Queue () | |
| void | Push (uint x, uint y) |
| bool | Empty () |
| void | Top (uint& x, uint& y) |
| void | Pop (uint& x, uint& y) |
| void | Pop () |
Public Attributes | |
| private Node@ | head = null |
| private Node@ | tail = null |
| Node@ | head |
| Node@ | tail |
| Queue | ( | ) |
| void Push | ( | uint | x, | |
| uint | y | |||
| ) |
| bool Empty | ( | ) |
| void Top | ( | uint& | x, | |
| uint& | y | |||
| ) |
| void Pop | ( | uint& | x, | |
| uint& | y | |||
| ) |
| void Pop | ( | ) |
| void Push | ( | uint | x, | |
| uint | y | |||
| ) |
| bool Empty | ( | ) |
| void Top | ( | uint& | x, | |
| uint& | y | |||
| ) |
| void Pop | ( | uint& | x, | |
| uint& | y | |||
| ) |
| void Pop | ( | ) |
1.7.1