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;
64 DtCmdLine::ValueArg<int>*
port;
146 BaseArgs*, std::string& autoStarted);
149 const std::string& driverClass, std::string& fullName);
150 virtual std::string
createDriverFileName(
const std::string& driverClass,
const std::string& driverName);
179 #ifndef DtVrfGuiCommandLineParser_INL
180 #include <vrfGuiCore/DtVrfGuiCommandLineParser.inl>