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

Method SetClientData

Source/kwsys/CommandLineArguments.cxx:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406/* clang-format on */
407
408void CommandLineArguments::SetClientData(void* client_data)
409{
410 this->Internals->ClientData = client_data;
411}
412
413void CommandLineArguments::SetUnknownArgumentCallback(
414 CommandLineArguments::ErrorCallbackType callback)

Callers 1

testCommandLineArgumentsFunction · 0.80

Calls

no outgoing calls

Tested by 1

testCommandLineArgumentsFunction · 0.64