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

Method increment

external/jsoncpp/jsoncpp.cpp:1248–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246
1247
1248void
1249ValueIteratorBase::increment()
1250{
1251#ifndef JSON_VALUE_USE_INTERNAL_MAP
1252 ++current_;
1253#else
1254 if ( isArray_ )
1255 ValueInternalArray::increment( iterator_.array_ );
1256 ValueInternalMap::increment( iterator_.map_ );
1257#endif
1258}
1259
1260
1261void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected