#include <xstack.h>
Public Member Functions | |
xbStack (void) | |
Constructor. | |
virtual | ~xbStack () |
Destructor. | |
void | InitStack () |
Short description. | |
void * | Pop () |
Pop the top value from the stack. | |
xbShort | Push (void *) |
Push a value onto the stack. | |
xbShort | GetStackDepth (void) |
Short description. | |
void | DumpStack (void) |
Protected Attributes | |
xbShort | StackDepth |
xbStackElement * | First |
xbStackElement * | Last |
|
Constructor.
|
|
Destructor.
|
|
|
|
Short description.
|
|
Short description.
|
|
Pop the top value from the stack.
|
|
Push a value onto the stack.
|
|
|
|
|
|
|