|
ZEDA
1.6.18
|
boolean table - an example of round-robin table. More...
#include <zeda_rrtab.h>
Data Fields | |
| uint | num |
| bool * | buf |
boolean table - an example of round-robin table.
zBoolTab class can be utilized for round-robin checking of pairs. To set the true value for a pair of i th and j th keys, call zBoolTabMark(). Or, to set the false value for the keys, call zBoolTabUnmark(). zBoolTabCheck() tells if the pair of i th and j th turns the boolean cell to be true.
| uint zRRBool::num |
| bool* zRRBool::buf |
1.8.13