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

Method SetAttribute

src/xml/tinyxml2.cpp:1141–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139
1140
1141void XMLAttribute::SetAttribute( const char* v ) {
1142 _value.SetStr( v );
1143}
1144
1145
1146void XMLAttribute::SetAttribute( int v ) {

Callers 2

SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected