MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / SetAttribute

Method SetAttribute

src/tinyxml2.cpp:1539–1542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537
1538
1539void XMLAttribute::SetAttribute( const char* v )
1540{
1541 _value.SetStr( v );
1542}
1543
1544
1545void XMLAttribute::SetAttribute( int v )

Callers 2

ShallowCloneMethod · 0.80
SetAttributeFunction · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected