#include <BaseClasses.h>

Definition at line 82 of file BaseClasses.h.
Public Member Functions | |
| bool | Empty () const |
| BASE | Pop () |
| void | Push (BASE b) |
| BASE | Top () |
| int | Size () const |
Definition at line 85 of file BaseClasses.h.
| BASE MHStack< BASE >::Pop | ( | ) | [inline] |
| void MHStack< BASE >::Push | ( | BASE | b | ) | [inline] |
| BASE MHStack< BASE >::Top | ( | ) | [inline] |
| int MHStack< BASE >::Size | ( | ) | const [inline] |
Reimplemented from MHSequence< BASE >.
Definition at line 98 of file BaseClasses.h.
Referenced by MHStack< BASE >::Empty(), and MHText::Redraw().
1.5.5