MCPcopy Create free account
hub / github.com/Illumina/paragraph / ValueIteratorBase

Method ValueIteratorBase

external/jsoncpp/jsoncpp.cpp:2306–2308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304// //////////////////////////////////////////////////////////////////
2305
2306ValueIteratorBase::ValueIteratorBase()
2307 : current_(), isNull_(true) {
2308}
2309
2310ValueIteratorBase::ValueIteratorBase(
2311 const Value::ObjectValues::iterator& current)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected