Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ SetAttribute
Method
SetAttribute
external/tinyxml/tinyxml.cpp:740–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
739
740
void 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
3
nodeToXML
Method · 0.80
CopyTo
Method · 0.80
main
Function · 0.80
Calls
3
FindOrCreate
Method · 0.80
SetIntValue
Method · 0.80
SetValue
Method · 0.45
Tested by
1
main
Function · 0.64