19 #include <cmdLine/cmdArg.h>
20 #include <cmdLine/cmdLine.h>
22 #include <boost/function.hpp>
30 typedef boost::function<void (std::vector<DtCmdLine::Arg*>&,
55 DtCmdLine::ValueArg<int>*
appId;
66 DtCmdLine::ValueArg<int>*
port;
133 DtCmdLine::ValueArg<std::string>*
gui;
141 #ifdef USE_VLD_MEMORY_TRACKING
142 DtCmdLine::SwitchArg* useVld;
163 BaseArgs*, std::string& autoStarted);
166 const std::string& driverName,
const std::string& driverClass, std::string& fullName);
168 const std::string& driverClass,
const std::string& driverName);
197 #ifndef DtVrfGuiCommandLineParser_INL
198 #include <vrfGuiCore/vrfGuiCommandLineParser.inl>