Return the maximum number of characters (for arguments of type * GAAT_STRING and GAAT_STRING_LIST) */
| 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 | */ |
no outgoing calls
no test coverage detected