| 6 | { |
| 7 | |
| 8 | ProgramArguments::ProgramArguments( const int argc, const char* const* const argv ) |
| 9 | : argc_( static_cast<unsigned int>(argc) ) |
| 10 | , argv_( argv ) |
| 11 | {} |
| 12 | |
| 13 | ProgramArguments::~ProgramArguments() |
| 14 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected