MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / SetAttribute

Function SetAttribute

src/xml/tinyxml2.h:1334–1337  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1332
1333 /// Sets the named attribute to value.
1334 void SetAttribute( const char* name, const char* value ) {
1335 XMLAttribute* a = FindOrCreateAttribute( name );
1336 a->SetAttribute( value );
1337 }
1338 /// Sets the named attribute to value.
1339 void SetAttribute( const char* name, int value ) {
1340 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected