Search node state flags (bitfield) Flags can be combined to track the full history of a node in a search. More...
Variables | |
| constexpr uint8_t | QUERIED = 1 << 0 |
| constexpr uint8_t | SHORT_TIMEOUT = 1 << 1 |
| constexpr uint8_t | RESPONDED = 1 << 2 |
| constexpr uint8_t | TIMED_OUT = 1 << 3 |
| constexpr uint8_t | ABANDONED = 1 << 4 |
Search node state flags (bitfield) Flags can be combined to track the full history of a node in a search.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |