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