MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SetName

Method SetName

CoreLib/tinyxml2.cpp:1438–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436
1437
1438void XMLAttribute::SetName( const char* n )
1439{
1440 _name.SetStr( n );
1441}
1442
1443
1444XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45

Calls 1

SetStrMethod · 0.45

Tested by

no test coverage detected