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

Method decrement

external/jsoncpp/jsoncpp.cpp:1261–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259
1260
1261void
1262ValueIteratorBase::decrement()
1263{
1264#ifndef JSON_VALUE_USE_INTERNAL_MAP
1265 --current_;
1266#else
1267 if ( isArray_ )
1268 ValueInternalArray::decrement( iterator_.array_ );
1269 ValueInternalMap::decrement( iterator_.map_ );
1270#endif
1271}
1272
1273
1274ValueIteratorBase::difference_type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected