Home | History | Annotate | Download | only in common

Lines Matching refs:cmdline

98 		de::cmdline::parseType(val.c_str(), &intVal);
103 void registerOptions (de::cmdline::Parser& parser)
105 using de::cmdline::Option;
106 using de::cmdline::NamedValue;
178 void registerLegacyOptions (de::cmdline::Parser& parser)
180 using de::cmdline::Option;
665 * \param cmdLine Full command line string.
667 CommandLine::CommandLine (const std::string& cmdLine)
671 if (!parse(cmdLine))
689 const de::cmdline::CommandLine& CommandLine::getCommandLine (void) const
694 void CommandLine::registerExtendedOptions (de::cmdline::Parser& parser)
709 de::cmdline::Parser parser;
782 * \param cmdLine Full command line string.
784 bool CommandLine::parse (const std::string& cmdLine)
786 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str());