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

Function CSLTokenizeString

port/cpl_string.cpp:740–743  ·  view source on GitHub ↗

Tokenizes a string and returns a StringList with one string for * each token. */

Source from the content-addressed store, hash-verified

738 * each token.
739 */
740char **CSLTokenizeString(const char *pszString)
741{
742 return CSLTokenizeString2(pszString, " ", CSLT_HONOURSTRINGS);
743}
744
745/************************************************************************/
746/* CSLTokenizeStringComplex() */

Callers 15

OSR_GDVFunction · 0.85
OSR_GDSFunction · 0.85
importFromESRIMethod · 0.85
GetNextFeatureMethod · 0.85
OpenMethod · 0.85
ExecuteSQLMethod · 0.85
GetBaseLayerMethod · 0.85
ExecuteSQLMethod · 0.85
IsValidFeatureMethod · 0.85

Calls 1

CSLTokenizeString2Function · 0.85

Tested by

no test coverage detected