Lines Matching refs:CommandLine
106 CaseListFilter (const de::cmdline::CommandLine& cmdLine, const tcu::Archive& archive);
136 * CommandLine handles argument parsing and provides convinience functions
139 class CommandLine
142 CommandLine (void);
143 CommandLine (int argc, const char* const* argv);
144 explicit CommandLine (const std::string& cmdLine);
145 ~CommandLine (void);
345 const de::cmdline::CommandLine& getCommandLine (void) const;
348 CommandLine (const CommandLine&); // not allowed!
349 CommandLine& operator= (const CommandLine&); // not allowed!
356 de::cmdline::CommandLine m_cmdLine;