21 #include <cmdLine/cmdArg.h>
22 #include <cmdLine/cmdLine.h>
24 #include <boost/function.hpp>
32 typedef boost::function<void (std::vector<DtCmdLine::Arg*>&,
57 DtCmdLine::ValueArg<int>*
appId;
66 DtCmdLine::ValueArg<int>*
port;
148 BaseArgs*, std::string& autoStarted);
151 const std::string& driverClass, std::string& fullName);
152 virtual std::string
createDriverFileName(
const std::string& driverClass,
const std::string& driverName);
181 #ifndef DtVrfGuiCommandLineParser_INL
182 #include <vrfGuiCore/DtVrfGuiCommandLineParser.inl>