Bash++
Bash++ compiler internal documentation
|
A stack that returns zero if empty. More...
Public Member Functions | |
SensibleStack () | |
T | top () |
void | pop () |
Static Public Attributes | |
static const T | zero = T(0) |
A stack that returns zero if empty.
This is used heavily in the lexer
|
inline |
|
inline |
|
inline |
|
static |