MCPcopy Create free account
hub / github.com/assimp/assimp / getString

Method getString

contrib/openddlparser/code/Value.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270const char *Value::getString() const {
271 assert(ValueType::ddl_string == m_type);
272 return (const char *)m_data;
273}
274
275void Value::setRef(Reference *ref) {
276 assert(ValueType::ddl_ref == m_type);

Callers 8

writeValueMethod · 0.80
propId2StdStringFunction · 0.80
handleMetricNodeMethod · 0.80
handleNameNodeMethod · 0.80
handleLightObjectMethod · 0.80
handleTextureNodeMethod · 0.80
handleParamNodeMethod · 0.80
handleAttenNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected