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

Method ReadInteger

sourcecommon/inif.cpp:255–258  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

253}
254//---------------------------------------------------------------------------
255int TMYIniFile::ReadInteger(char * Section, char * Ident, int def)
256{
257 return ReadInteger(String(Section), String(Ident), def);
258}
259//---------------------------------------------------------------------------
260int TMYIniFile::ReadInteger(String Section, String Ident, int def)
261{

Callers 3

LoadMethod · 0.45
LoadFormPositionFunction · 0.45
LoadPositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected