MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SetAttribute

Method SetAttribute

CoreLib/tinyxml2.cpp:1507–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505
1506
1507void XMLAttribute::SetAttribute( const char* v )
1508{
1509 _value.SetStr( v );
1510}
1511
1512
1513void XMLAttribute::SetAttribute( int v )

Callers 2

SetAttributeFunction · 0.45
ShallowCloneMethod · 0.45

Calls 1

SetStrMethod · 0.45

Tested by

no test coverage detected