MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / SetDoubleAttribute

Method SetDoubleAttribute

engine/source/persistence/tinyXML/tinyxml.cpp:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742
743
744void TiXmlElement::SetDoubleAttribute( const char * name, double val )
745{
746 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
747 if ( attrib ) {
748 attrib->SetDoubleValue( val );
749 }
750}
751
752
753#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 2

FindOrCreateMethod · 0.80
SetDoubleValueMethod · 0.80

Tested by

no test coverage detected