Xbase Class Library
2.0.0
|
#include <xstack.h>
Public Member Functions | |
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 Member Functions | |
xbStackElement * | GetStackElement (void) |
Short description. More... | |
void | FreeStackElement (xbStackElement *) |
Short description. More... | |
Protected Attributes | |
xbShort | StackDepth |
xbStackElement * | First |
xbStackElement * | Last |
xbStackElement * | Free |
xbStack class
xbStack::xbStack | ( | void | ) |
Short description.
void xbStack::DumpStack | ( | void | ) |
|
protected |
Short description.
e |
|
inline |
Short description.
|
protected |
Short description.
void xbStack::InitStack | ( | void | ) |
Short description.
void * xbStack::Pop | ( | void | ) |
Short description.
xbShort xbStack::Push | ( | void * | p | ) |
Short description.
p |
|
protected |
|
protected |
|
protected |
|
protected |