18 #include <cmdLine/cmdArg.h>
19 #include <cmdLine/cmdLine.h>
21 #include <boost/function.hpp>
29 typedef boost::function<void (std::vector<DtCmdLine::Arg*>&,
54 DtCmdLine::ValueArg<int>*
appId;
65 DtCmdLine::ValueArg<int>*
port;
131 DtCmdLine::ValueArg<std::string>*
gui;
133 #ifdef USE_VLD_MEMORY_TRACKING
134 DtCmdLine::SwitchArg* useVld;
154 BaseArgs*, std::string& autoStarted);
157 const std::string& driverName,
const std::string& driverClass, std::string& fullName);
159 const std::string& driverClass,
const std::string& driverName);
188 #ifndef DtVrfGuiCommandLineParser_INL
189 #include <vrfGuiCore/vrfGuiCommandLineParser.inl>