MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / SetName

Method SetName

externals/tinyxml2/tinyxml2.cpp:1470–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468
1469
1470void XMLAttribute::SetName( const char* n )
1471{
1472 _name.SetStr( n );
1473}
1474
1475
1476XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected