MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / SetName

Method SetName

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1301–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299
1300
1301void XMLAttribute::SetName( const char* n )
1302{
1303 _name.SetStr( n );
1304}
1305
1306
1307XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected