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

Function SetAttribute

Source/ThirdParty/tinyxml2/tinyxml2.h:1430–1433  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1428
1429 /// Sets the named attribute to value.
1430 void SetAttribute( const char* name, const char* value ) {
1431 XMLAttribute* a = FindOrCreateAttribute( name );
1432 a->SetAttribute( value );
1433 }
1434 /// Sets the named attribute to value.
1435 void SetAttribute( const char* name, int value ) {
1436 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected