MCPcopy Create free account
hub / github.com/cinder/Cinder / ~CZString

Method ~CZString

src/jsoncpp/jsoncpp.cpp:1670–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668 : other.index_) {}
1669
1670Value::CZString::~CZString() {
1671 if (cstr_ && index_ == duplicate)
1672 releaseStringValue(const_cast<char*>(cstr_));
1673}
1674
1675void Value::CZString::swap(CZString& other) {
1676 std::swap(cstr_, other.cstr_);

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected