| 2368 | } |
| 2369 | |
| 2370 | UInt ValueIteratorBase::index() const { |
| 2371 | const Value::CZString czstring = (*current_).first; |
| 2372 | if (!czstring.data()) |
| 2373 | return czstring.index(); |
| 2374 | return Value::UInt(-1); |
| 2375 | } |
| 2376 | |
| 2377 | JSONCPP_STRING ValueIteratorBase::name() const { |
| 2378 | char const* keey; |