Lines Matching refs:CommandLineArgs
80 class Parser: public CommandLineArgs::Supplier {
86 throw CommandLineArgs::Supplier::Exception(); in Parser()
96 throw CommandLineArgs::Supplier::Exception(); in Parser()
105 throw CommandLineArgs::Supplier::Exception(); in Parser()
116 throw CommandLineArgs::Supplier::Exception(); in Parser()
132 throw CommandLineArgs::Supplier::Exception(); in next()
154 throw CommandLineArgs::Supplier::Exception(); in next()
157 throw CommandLineArgs::Supplier::Exception(); in next()
170 throw CommandLineArgs::Supplier::Exception(); in next()
713 std::auto_ptr< CommandLineArgs > aCmdLineArgs; in run()
717 aCmdLineArgs.reset( new CommandLineArgs( p ) ); in run()
719 catch ( CommandLineArgs::Supplier::Exception & ) in run()
726 CommandLineArgs *pCurrentCmdLineArgs = Desktop::GetCommandLineArgs(); in run()