MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / SetName

Method SetName

Dependencies/tinyxml2/src/tinyxml2.cpp:1381–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379
1380
1381void XMLAttribute::SetName( const char* n )
1382{
1383 _name.SetStr( n );
1384}
1385
1386
1387XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected