ZEDA  1.6.18
Data Fields
zRRBool Struct Reference

boolean table - an example of round-robin table. More...

#include <zeda_rrtab.h>

Data Fields

uint num
 
boolbuf
 

Detailed Description

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.

Field Documentation

◆ num

uint zRRBool::num

◆ buf

bool* zRRBool::buf

The documentation for this struct was generated from the following file: