#include <xstack.h>
Public Methods | |
xbStack (void) | |
Short description. More... | |
void | InitStack (void) |
Short description. More... | |
void* | Pop (void) |
Short description. More... | |
xbShort | Push (void *) |
Short description. More... | |
xbShort | GetStackDepth (void) |
Short description. More... | |
void | DumpStack (void) |
Protected Methods | |
xbStackElement* | GetStackElement (void) |
Short description. More... | |
void | FreeStackElement (xbStackElement *) |
Short description. More... | |
Protected Attributes | |
xbShort | StackDepth |
xbStackElement* | First |
xbStackElement* | Last |
xbStackElement* | Free |
|
Short description.
|
|
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
Short description.
|
|
|
|
|
|
|
|
|