MCPcopy Create free account
hub / github.com/Samsung/ONE / ValueIterator

Method ValueIterator

runtime/3rdparty/jsoncpp/jsoncpp.cpp:2609–2612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2607ValueIterator::ValueIterator() = default;
2608
2609ValueIterator::ValueIterator(const Value::ObjectValues::iterator &current)
2610 : ValueIteratorBase(current)
2611{
2612}
2613
2614ValueIterator::ValueIterator(const ValueConstIterator &other) : ValueIteratorBase(other)
2615{

Callers

nothing calls this directly

Calls 1

throwRuntimeErrorFunction · 0.85

Tested by

no test coverage detected