| 2336 | } |
| 2337 | |
| 2338 | UInt ValueIteratorBase::index() const { |
| 2339 | const Value::CZString czstring = (*current_).first; |
| 2340 | if (!czstring.data()) |
| 2341 | return czstring.index(); |
| 2342 | return Value::UInt(-1); |
| 2343 | } |
| 2344 | |
| 2345 | std::string ValueIteratorBase::name() const { |
| 2346 | char const* keey; |