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. */
| 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. |
no outgoing calls
no test coverage detected