MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / ValueIterator

Method ValueIterator

Sources/Dependencies/jsoncpp/json_valueiterator.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 ValueIterator::ValueIterator() = default;
171
172 ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current)
173 : ValueIteratorBase(current) {
174 }
175
176 ValueIterator::ValueIterator(const ValueConstIterator& other)
177 : ValueIteratorBase(other) {

Callers

nothing calls this directly

Calls 1

throwRuntimeErrorFunction · 0.85

Tested by

no test coverage detected