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

Method ~CZString

external/jsoncpp/jsoncpp.cpp:1679–1682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677 : other.index_) {}
1678
1679Value::CZString::~CZString() {
1680 if (cstr_ && index_ == duplicate)
1681 releaseStringValue(const_cast<char *>(cstr_));
1682}
1683
1684void Value::CZString::swap(CZString &other) {
1685 std::swap(cstr_, other.cstr_);

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected