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

Method parse_args_without_binary_name

apps/gdalargumentparser.cpp:286–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284/************************************************************************/
285
286void GDALArgumentParser::parse_args_without_binary_name(CSLConstList papszArgs)
287{
288 CPLStringList aosArgs;
289 aosArgs.AddString(m_program_name.c_str());
290 for (CSLConstList papszIter = papszArgs; papszIter && *papszIter;
291 ++papszIter)
292 aosArgs.AddString(*papszIter);
293 parse_args(aosArgs);
294}
295
296/************************************************************************/
297/* find_argument() */

Callers 15

GDALGridOptionsNewFunction · 0.80
MAIN_STARTFunction · 0.80
GDALBuildVRTOptionsNewFunction · 0.80
GDALNearblackOptionsNewFunction · 0.80
GDALInfoOptionsNewFunction · 0.80
MAIN_STARTFunction · 0.80
GDALContourOptionsNewFunction · 0.80
GDALRasterizeOptionsNewFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected