#include <flgrDataToolsPStack.h>
Definition at line 59 of file flgrDataToolsPStack.h.
Data Fields | |
FLGR_VectorCompare | compareStackFunction |
Function used to compare Stack Priority label. | |
FLGR_McStack * | next |
Pointer to a lower priority stack. | |
FLGR_McStack * | previous |
Pointer to a higher priority stack. | |
FLGR_Vector * | priorityLabel |
Stack priority label. | |
int | size |
Number of element. | |
FLGR_McStackLink * | top |
pointer to the top of the stack | |
FLGR_Type | type |
Type of the priority label. |