Return whether, for list type of arguments, duplicated values in the list * are allowed. * The default is true. */
| 954 | * The default is true. |
| 955 | */ |
| 956 | inline bool GetDuplicateValuesAllowed() const |
| 957 | { |
| 958 | return m_duplicateValuesAllowed; |
| 959 | } |
| 960 | |
| 961 | /** Return if the argument is a positional one. */ |
| 962 | inline bool IsPositional() const |
no outgoing calls
no test coverage detected