MCPcopy Create free account
hub / github.com/Kitware/CMake / SetUnknownArgumentCallback

Method SetUnknownArgumentCallback

Source/kwsys/CommandLineArguments.cxx:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void CommandLineArguments::SetUnknownArgumentCallback(
414 CommandLineArguments::ErrorCallbackType callback)
415{
416 this->Internals->UnknownArgumentCallback = callback;
417}
418
419char const* CommandLineArguments::GetHelp(char const* arg)
420{

Callers 1

testCommandLineArgumentsFunction · 0.80

Calls

no outgoing calls

Tested by 1

testCommandLineArgumentsFunction · 0.64