MCPcopy Create free account
hub / github.com/MITK/MITK / setArgumentPrefix

Method setArgumentPrefix

Modules/CommandLine/src/mitkCommandLineParser.cpp:911–915  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

909
910// --------------------------------------------------------------------------
911void mitkCommandLineParser::setArgumentPrefix(const string &longPrefix, const string &shortPrefix)
912{
913 this->Internal->LongPrefix = longPrefix;
914 this->Internal->ShortPrefix = shortPrefix;
915}
916
917// --------------------------------------------------------------------------
918void mitkCommandLineParser::setStrictModeEnabled(bool strictMode)

Callers 15

mainFunction · 0.80
setupParserFunction · 0.80
setupParserFunction · 0.80
setupParserFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
setupParserFunction · 0.80
setupParserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected