* Test whether the iterator reached the end. */
| 305 | * Test whether the iterator reached the end. |
| 306 | */ |
| 307 | bool IsEnd() const |
| 308 | { |
| 309 | return this->cur_radius == this->max_radius && this->dir != INVALID_DIAGDIR; |
| 310 | } |
| 311 | }; |
| 312 | |
| 313 | /** |
no outgoing calls
no test coverage detected