19 #include <cmdLine/cmdArg.h>
20 #include <cmdLine/cmdLine.h>
22 #include <boost/function.hpp>
30 typedef boost::function<void (std::vector<DtCmdLine::Arg*>&,
64 DtCmdLine::ValueArg<int>*
appId;
75 DtCmdLine::ValueArg<int>*
port;
144 DtCmdLine::ValueArg<std::string>*
gui;
152 #ifdef USE_VLD_MEMORY_TRACKING
153 DtCmdLine::SwitchArg* useVld;
174 BaseArgs*, std::string& autoStarted);
177 const std::string& driverName,
const std::string& driverClass, std::string& fullName);
179 const std::string& driverClass,
const std::string& driverName);
210 #ifndef DtVrfGuiCommandLineParser_INL
211 #include <vrfGuiCore/vrfGuiCommandLineParser.inl>