Searched refs:CommandLine (Results 1 – 3 of 3) sorted by relevance
26 CommandLine& CommandLine::GetInstance() in GetInstance()28 static CommandLine commandLine; in GetInstance()32 CommandLine::CommandLine() in CommandLine() function in CommandLine36 CommandLine::~CommandLine() {} in ~CommandLine()38 void CommandLine::AddParamText(const std::string& filter1, in AddParamText()55 void CommandLine::AddParamSwitch(const std::string& filter1, in AddParamSwitch()80 int CommandLine::CheckParam(const std::string& s1, const std::string& s2) in CheckParam()112 int CommandLine::AnalyzeParam(std::vector<std::string> argv) in AnalyzeParam()124 void CommandLine::PrintHelp() in PrintHelp()
355 void ParseCmdline(CommandLine& cmdLine, DataContext& data) in ParseCmdline()570 CommandLine& cmdLine = CommandLine::GetInstance(); in main()
52 class CommandLine {54 static CommandLine& GetInstance();67 CommandLine();68 ~CommandLine();