MCPcopy Create free account
hub / github.com/DFHack/dfhack / SetAttribute

Method SetAttribute

depends/tinyxml/tinyxml.cpp:740–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738
739
740void TiXmlElement::SetAttribute( const char * name, int val )
741{
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
743 if ( attrib ) {
744 attrib->SetIntValue( val );
745 }
746}
747
748
749#ifdef TIXML_USE_STL

Callers 1

CopyToMethod · 0.80

Calls 3

FindOrCreateMethod · 0.80
SetIntValueMethod · 0.80
SetValueMethod · 0.45

Tested by

no test coverage detected