Lines Matching refs:CommandLine
26 CommandLine& CommandLine::GetInstance()
28 static CommandLine commandLine;
32 CommandLine::CommandLine()
36 CommandLine::~CommandLine() {}
38 void CommandLine::AddParamText(const std::string& filter1,
55 void CommandLine::AddParamSwitch(const std::string& filter1,
80 int CommandLine::CheckParam(const std::string& s1, const std::string& s2)
112 int CommandLine::AnalyzeParam(std::vector<std::string> argv)
125 void CommandLine::PrintHelp()