- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ParserAction/SetOutputFormatsAction.def
r6ba9ba r9cff8b 9 9 #include <vector> 10 10 11 #include "Parameters/Validators/Ops_Validator.hpp"12 #include "Parameters/Validators/STLVectorValidator.hpp"13 #include "Parameters/Validators/UniqueValidator.hpp"14 #include "Parameters/Validators/Specific/ParserTypeValidator.hpp"15 16 11 // i.e. there is an integer with variable name Z that can be found in 17 12 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 18 // "undefine" if no parameters are required, use (NO PARAM_DEFAULT) for each (undefined) default value13 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 19 14 #define paramtypes (std::vector<std::string>) 20 15 #define paramtokens ("set-output") … … 22 17 #undef paramdefaults 23 18 #define paramreferences (FormatList) 24 #define paramvalids \25 (STLVectorValidator< std::vector<std::string> >(1, 10, ParserTypeValidator()) && UniqueValidator< std::vector<std::string> >())26 19 27 20 #undef statetypes
Note:
See TracChangeset
for help on using the changeset viewer.