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

Method WriteInteger

sourcecommon/inif.cpp:339–342  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

337}
338//---------------------------------------------------------------------------
339void TMYIniFile::WriteInteger(char * Section, char * Ident, int Value)
340{
341 WriteInteger(String(Section), String(Ident), Value);
342}
343//---------------------------------------------------------------------------
344void TMYIniFile::WriteInteger(String Section, String Ident, int Value)
345{

Callers 3

SaveMethod · 0.45
SaveFormPositionFunction · 0.45
SavePositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected