#include <xsatBQueue.h>
Public Attributes | |
| int | nSize |
| int | nCap |
| int | iFirst |
| int | iEmpty |
| word | nSum |
| unsigned * | pData |
Definition at line 35 of file xsatBQueue.h.
| int xSAT_BQueue_t_::iEmpty |
Definition at line 40 of file xsatBQueue.h.
| int xSAT_BQueue_t_::iFirst |
Definition at line 39 of file xsatBQueue.h.
| int xSAT_BQueue_t_::nCap |
Definition at line 38 of file xsatBQueue.h.
| int xSAT_BQueue_t_::nSize |
Definition at line 37 of file xsatBQueue.h.
| word xSAT_BQueue_t_::nSum |
Definition at line 41 of file xsatBQueue.h.
| unsigned* xSAT_BQueue_t_::pData |
Definition at line 42 of file xsatBQueue.h.