|
GigaPasjans
|
Stack of terminal styles. More...
#include <Terminal.h>
Public Member Functions | |
| void | Push (const TerminalStyle &style) |
| Pushes given style to the top. | |
| void | Pop () |
| Pops style at the top. | |
| TerminalStyle & | Peek () |
| Returns style at the top of the stack. | |
Stack of terminal styles.
| TerminalStyle & Andromenda::StyleStack::Peek | ( | ) |
Returns style at the top of the stack.
| void Andromenda::StyleStack::Push | ( | const TerminalStyle & | style | ) |
Pushes given style to the top.
| style |