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

Function CSLFetchBoolean

port/cpl_string.cpp:1640–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638 */
1639
1640int CSLFetchBoolean(CSLConstList papszStrList, const char *pszKey, int bDefault)
1641
1642{
1643 return CPLFetchBool(papszStrList, pszKey, CPL_TO_BOOL(bDefault));
1644}
1645
1646/************************************************************************/
1647/* CSLFetchNameValueDefaulted() */

Callers 10

SetIDOptionsMethod · 0.85
OpenInternalMethod · 0.85
CreateLLMethod · 0.85
InitializeMethod · 0.85
OpenMethod · 0.85
AddProjectionVarsMethod · 0.85
CreateCopyMethod · 0.85
netcdfdataset.cppFile · 0.85
CreateMethod · 0.85
ProcessOpenOptionsMethod · 0.85

Calls 2

CPL_TO_BOOLFunction · 0.85
CPLFetchBoolFunction · 0.70

Tested by

no test coverage detected