MCPcopy Create free account
hub / github.com/JayXon/Leanify / SetName

Method SetName

lib/tinyxml2/tinyxml2.cpp:1189–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1187
1188
1189void XMLAttribute::SetName( const char* n )
1190{
1191 _name.SetStr( n );
1192}
1193
1194
1195XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected