MCPcopy Create free account
hub / github.com/cinder/Cinder / c_str

Method c_str

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

Source from the content-addressed store, hash-verified

1697ArrayIndex Value::CZString::index() const { return index_; }
1698
1699const char* Value::CZString::c_str() const { return cstr_; }
1700
1701bool Value::CZString::isStaticString() const { return index_ == noDuplication; }
1702

Callers 15

drawGuiMethod · 0.45
drawMethod · 0.45
operator()Method · 0.45
renderUIMethod · 0.45
parseMethod · 0.45
decodeDoubleMethod · 0.45
jsoncpp.cppFile · 0.45
keyMethod · 0.45
indexMethod · 0.45
memberNameMethod · 0.45
ValueMethod · 0.45
asConstStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected