MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / SetName

Method SetName

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1374–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372
1373
1374void XMLAttribute::SetName( const char* n )
1375{
1376 _name.SetStr( n );
1377}
1378
1379
1380XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected