Return the maximum number of values for the argument. * Defaults to 1 for scalar types, and UNBOUNDED for list types. * Only applies to list type of arguments. */
| 919 | * Only applies to list type of arguments. |
| 920 | */ |
| 921 | inline int GetMaxCount() const |
| 922 | { |
| 923 | return m_maxCount; |
| 924 | } |
| 925 | |
| 926 | /** Returns whether in \--help message one should display hints about the |
| 927 | * minimum/maximum number of values. Defaults to true. |
no outgoing calls
no test coverage detected