| 4483 | } |
| 4484 | |
| 4485 | ConfigT parse( int argc, char const* const argv[] ) const { |
| 4486 | ConfigT config; |
| 4487 | parseInto( argc, argv, config ); |
| 4488 | return config; |
| 4489 | } |
| 4490 | |
| 4491 | std::vector<Parser::Token> parseInto( int argc, char const* argv[], ConfigT& config ) const { |
| 4492 | std::string processName = argv[0]; |
no outgoing calls
no test coverage detected