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;
132 DtCmdLine::ValueArg<std::string>*
gui;
140 #ifdef USE_VLD_MEMORY_TRACKING
141 DtCmdLine::SwitchArg* useVld;
161 BaseArgs*, std::string& autoStarted);
164 const std::string& driverName,
const std::string& driverClass, std::string& fullName);
166 const std::string& driverClass,
const std::string& driverName);
195 #ifndef DtVrfGuiCommandLineParser_INL
196 #include <vrfGuiCore/vrfGuiCommandLineParser.inl>