A struct acting as a fixed list of candidates
Definition at line 1561 of file branch_lookahead.c.
Data Fields | |
CANDIDATE ** | candidates |
int | ncandidates |
CANDIDATE** CANDIDATELIST::candidates |
the array of candidates
Definition at line 1563 of file branch_lookahead.c.
int CANDIDATELIST::ncandidates |
the number of actual entries in candidates (without trailing NULLs); this is NOT the length of the candidates array, but the number of candidates in it
Definition at line 1564 of file branch_lookahead.c.