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

Method SetAttribute

lib/tinyxml2/tinyxml2.cpp:1240–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238
1239
1240void XMLAttribute::SetAttribute( const char* v )
1241{
1242 _value.SetStr( v );
1243}
1244
1245
1246void XMLAttribute::SetAttribute( int v )

Callers 3

SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80
LeanifyMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected