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

Method SetAttribute

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1434–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432
1433
1434void XMLAttribute::SetAttribute( const char* v )
1435{
1436 _value.SetStr( v );
1437}
1438
1439
1440void XMLAttribute::SetAttribute( int v )

Callers 2

SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected