* Returns the variable type of the option. * @return Option type. */
| 191 | * @return Option type. |
| 192 | */ |
| 193 | OptionType OptionInfo::type() const |
| 194 | { |
| 195 | return _type; |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Returns the description of the option. Options with |
no outgoing calls
no test coverage detected