The current value, or NULL if the iterator is finished. */
| 46 | |
| 47 | /** The current value, or NULL if the iterator is finished. */ |
| 48 | const Value* value() const {return _value;} |
| 49 | |
| 50 | /** Call this to skip iterating the children of the current value. */ |
| 51 | void skipChildren() {_skipChildren = true;} |
nothing calls this directly
no outgoing calls
no test coverage detected