| 208 | */ |
| 209 | |
| 210 | bool |
| 211 | CommandLineArgumentParser::StringCast(const std::string & parameterValue, std::string & casted) const |
| 212 | { |
| 213 | casted = parameterValue; |
| 214 | return true; |
| 215 | |
| 216 | } // end StringCast() |
| 217 | |
| 218 | |
| 219 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected