MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetName

Method SetName

external/tinyxml2.cpp:1416–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414
1415
1416void XMLAttribute::SetName( const char* n )
1417{
1418 _name.SetStr( n );
1419}
1420
1421
1422XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected