MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / CZString

Method CZString

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

Source from the content-addressed store, hash-verified

2654// a string is stored.
2655
2656Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {}
2657
2658Value::CZString::CZString(char const* str, unsigned ulength, DuplicationPolicy allocate)
2659 : cstr_(str) {

Callers

nothing calls this directly

Calls 1

duplicateStringValueFunction · 0.85

Tested by

no test coverage detected