|
OpenTTD Source 20251117-master-g7398d2e290
|
Iterable ensemble of each set bit in a value. More...
#include <bitmath_func.hpp>
Data Structures | |
| struct | Iterator |
Public Member Functions | |
| SetBitIterator (Tbitset bitset) | |
| Iterator | begin () |
| Iterator | end () |
| bool | empty () |
Private Attributes | |
| Tbitset | bitset |
Iterable ensemble of each set bit in a value.
| Tbitpos | Type of the position variable. |
| Tbitset | Type of the bitset value. |
Definition at line 277 of file bitmath_func.hpp.
|
inline |
Definition at line 313 of file bitmath_func.hpp.
|
inline |
Definition at line 314 of file bitmath_func.hpp.
|
inline |
Definition at line 316 of file bitmath_func.hpp.
|
inline |
Definition at line 315 of file bitmath_func.hpp.
|
private |
Definition at line 319 of file bitmath_func.hpp.