mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
d5156a2320
set_while checks the iterator's current element membership and skips to the first element with different membership. ie, if the current element is in the set, then set_while returns the next element *not* in the set, but if the current is not in the set, then set_while returns the next element that *is* in the set. Rather handy for dealing with clusters of set elements. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |