| 304 | |
| 305 | void skipChildren() {FLDeepIterator_SkipChildren(_i);} |
| 306 | bool next() {return FLDeepIterator_Next(_i);} |
| 307 | |
| 308 | explicit operator bool() const {return value() != nullptr;} |
| 309 | DeepIterator& operator++() {next(); return *this;} |
nothing calls this directly
no test coverage detected