MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetAttribute

Method SetAttribute

sourcecommon/tinyxml2.cpp:1161–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159
1160
1161void XMLAttribute::SetAttribute( const char* v )
1162{
1163 _value.SetStr( v );
1164}
1165
1166
1167void XMLAttribute::SetAttribute( int v )

Callers 2

SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected