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

Method SetName

src/tinyxml2.cpp:1470–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468
1469
1470void XMLAttribute::SetName( const char* n )
1471{
1472 _name.SetStr( n );
1473}
1474
1475
1476XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected