MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / SetIntValue

Method SetIntValue

TinyXml/src/tinyxml.cpp:897–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897void TiXmlAttribute::SetIntValue( int _value )
898{
899 TCHAR buf [64];
900 wsprintf (buf, TEXT("%d"), _value);
901 SetValue (buf);
902}
903
904void TiXmlAttribute::SetDoubleValue( double _value )
905{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected