MCPcopy Create free account
hub / github.com/Illumina/hap.py / ValueIteratorBase

Method ValueIteratorBase

external/jsoncpp/jsoncpp.cpp:1215–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213
1214#ifndef JSON_VALUE_USE_INTERNAL_MAP
1215ValueIteratorBase::ValueIteratorBase( const Value::ObjectValues::iterator &current )
1216 : current_( current )
1217 , isNull_( false )
1218{
1219}
1220#else
1221ValueIteratorBase::ValueIteratorBase( const ValueInternalArray::IteratorState &state )
1222 : isArray_( true )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected