Return the minimum number of characters (for arguments of type * GAAT_STRING and GAAT_STRING_LIST) */
| 887 | * GAAT_STRING and GAAT_STRING_LIST) |
| 888 | */ |
| 889 | inline int GetMinCharCount() const |
| 890 | { |
| 891 | return m_minCharCount; |
| 892 | } |
| 893 | |
| 894 | /** Return the maximum number of characters (for arguments of type |
| 895 | * GAAT_STRING and GAAT_STRING_LIST) |
no outgoing calls
no test coverage detected