MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / SetName

Method SetName

ReClass/tinyxml2.cpp:1376–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374
1375
1376void XMLAttribute::SetName( const char* n )
1377{
1378 _name.SetStr( n );
1379}
1380
1381
1382XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 5

OnFileOpenMethod · 0.45
FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45
SetSelectedMethod · 0.45
ReplaceNodeMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected