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

Method SetName

src/xml/tinyxml2.cpp:1096–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094
1095
1096void XMLAttribute::SetName( const char* n ) {
1097 _name.SetStr( n );
1098}
1099
1100
1101XMLError XMLAttribute::QueryIntValue( int* value ) const {

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected