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

Method ReadBool

sourcecommon/inif.cpp:267–270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

265}
266//---------------------------------------------------------------------------
267bool TMYIniFile::ReadBool(char * Section, char * Ident, bool def)
268{
269 return ReadBool(String(Section), String(Ident), def);
270}
271//---------------------------------------------------------------------------
272bool TMYIniFile::ReadBool(String Section, String Ident, bool def)
273{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected