MCPcopy Create free account
hub / github.com/OSGeo/gdal / FetchBoolean

Method FetchBoolean

port/cplstringlist.cpp:911–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909 */
910
911int CPLStringList::FetchBoolean(const char *pszKey, int bDefault) const
912
913{
914 return FetchBool(pszKey, CPL_TO_BOOL(bDefault)) ? TRUE : FALSE;
915}
916
917/************************************************************************/
918/* FetchNameValue() */

Callers 7

TEST_FFunction · 0.80
MRFRasterBandMethod · 0.80
JPEG_BandMethod · 0.80
InitializeMethod · 0.80
ProcessCreateOptionsMethod · 0.80
LERC_BandMethod · 0.80
JPNG_BandMethod · 0.80

Calls 1

CPL_TO_BOOLFunction · 0.85

Tested by 1

TEST_FFunction · 0.64