MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / QueryDoubleValue

Method QueryDoubleValue

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1501–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1499}
1500
1501XMLError XMLAttribute::QueryDoubleValue(double* value) const
1502{
1503 if (XMLUtil::ToDouble(Value(), value))
1504 {
1505 return XML_SUCCESS;
1506 }
1507 return XML_WRONG_ATTRIBUTE_TYPE;
1508}
1509
1510void XMLAttribute::SetAttribute(const char* v)
1511{

Callers 2

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected