MCPcopy Create free account
hub / github.com/RenderKit/embree / parseCommandLine

Method parseCommandLine

tutorials/common/tutorial/application.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void CommandLineParser::parseCommandLine(int argc, char** argv)
142 {
143 /* create stream for parsing */
144 Ref<ParseStream> stream = new ParseStream(new CommandLineStream(argc, argv));
145
146 /* parse command line */
147 parseCommandLine(stream, FileName());
148 }
149
150 void CommandLineParser::parseCommandLine(Ref<ParseStream> cin, const FileName& path)
151 {

Callers 1

mainMethod · 0.45

Calls 7

FileNameClass · 0.85
substrMethod · 0.80
parseCommandLineFunction · 0.50
getStringMethod · 0.45
findMethod · 0.45
endMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected