Defines common options. More...
Typedefs | |
template<class... Opts> | |
using | IAcc = typename IAcc_< Opts... >::Type |
The specialization of IAcc_ according to the given options. | |
using | Options = IGroup< Names::_, IValue< Names::task, false, String >, IValue< Names::nbThreads, false, unsigned >, IValue< Names::screenLogLevel, false, LogLevel >, IValue< Names::fileLogLevel, false, LogLevel >, IValue< Names::lineBufferedScreenLog, false, bool >, IValue< Names::logFile, false, Path >, IValue< Names::cfgFile, false, Path >, IValue< Names::paramMapping, false, String >, IValue< Names::inParamFiles, false, Vector< Path > >, IValue< Names::outParamFile, false, Path >, IValue< Names::scope, false, String >, IValue< Names::deleteUselessOutFile, false, bool > > |
Defines common options.
The structure of common options.