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

Function GetMaxCharCount

gcore/gdalalgorithm_cpp.h:897–900  ·  view source on GitHub ↗

Return the maximum number of characters (for arguments of type * GAAT_STRING and GAAT_STRING_LIST) */

Source from the content-addressed store, hash-verified

895 * GAAT_STRING and GAAT_STRING_LIST)
896 */
897 inline int GetMaxCharCount() const
898 {
899 return m_maxCharCount;
900 }
901
902 /** Return whether the argument is required. Defaults to false.
903 */

Callers 1

RunValidationActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected