MCPcopy Create free account
hub / github.com/Kitware/VTK / ValueIterator

Method ValueIterator

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2409–2410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2407ValueIterator::ValueIterator() = default;
2408
2409ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current)
2410 : ValueIteratorBase(current) {}
2411
2412ValueIterator::ValueIterator(const ValueConstIterator& other)
2413 : ValueIteratorBase(other) {

Callers

nothing calls this directly

Calls 1

throwRuntimeErrorFunction · 0.85

Tested by

no test coverage detected