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

Function CSLLoad

port/cpl_string.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 */
380
381char **CSLLoad(const char *pszFname)
382{
383 return CSLLoad2(pszFname, -1, -1, nullptr);
384}
385
386/**********************************************************************
387 * CSLSave()

Callers 15

LoadStyleTableMethod · 0.85
GetSpatialRefMethod · 0.85
LoadNetworkSrsMethod · 0.85
ReadLUTsFunction · 0.85
FindSRSFunction · 0.85
LoadMetadataMethod · 0.85
LoadRPCTxtFileMethod · 0.85
LoadImdTxtFileMethod · 0.85
LoadIMDWktFileMethod · 0.85
ReadTxtToListMethod · 0.85
OpenMethod · 0.85
IdrisiGeoReference2WktFunction · 0.85

Calls 1

CSLLoad2Function · 0.85

Tested by

no test coverage detected