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

Method swapPayload

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:2894–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2892}
2893
2894void Value::swapPayload(Value& other) {
2895 std::swap(bits_, other.bits_);
2896 std::swap(value_, other.value_);
2897}
2898
2899void Value::copyPayload(const Value& other) {
2900 releasePayload();

Callers 6

readValueMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected