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