MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ProgramArguments

Method ProgramArguments

PanzerChasm/program_arguments.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8ProgramArguments::ProgramArguments( const int argc, const char* const* const argv )
9 : argc_( static_cast<unsigned int>(argc) )
10 , argv_( argv )
11{}
12
13ProgramArguments::~ProgramArguments()
14{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected