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

Function Set

gcore/gdalalgorithm_cpp.h:1647–1650  ·  view source on GitHub ↗

Set the value for a GAAT_STRING argument. * It cannot be called several times for a given argument. * Validation checks and other actions are run. * Return true if success. */

Source from the content-addressed store, hash-verified

1645 * Return true if success.
1646 */
1647 bool Set(const char *value)
1648 {
1649 return Set(std::string(value ? value : ""));
1650 }
1651
1652 /** Set the value for a GAAT_STRING argument from a GDALDataType
1653 * It cannot be called several times for a given argument.

Callers 6

FillMethod · 0.85
SetMethod · 0.85
gdalalgorithm.cppFile · 0.85
cpl_json.hFile · 0.85
cpl_json.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected