- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/LoadAction.def
r78d5b2 r6ba9ba 11 11 #include <boost/shared_ptr.hpp> 12 12 13 #include "Parameters/Validators/Ops_Validator.hpp" 14 #include "Parameters/Validators/Specific/FilePresentValidator.hpp" 15 #include "Parameters/Validators/Specific/ParserFileValidator.hpp" 16 13 17 // i.e. there is an integer with variable name Z that can be found in 14 18 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 15 // "undefine" if no parameters are required, use (NO DEFAULT) for each (undefined) default value19 // "undefine" if no parameters are required, use (NOPARAM_DEFAULT) for each (undefined) default value 16 20 #define paramtypes (boost::filesystem::path) 17 21 #define paramtokens ("load") … … 19 23 #undef paramdefaults 20 24 #define paramreferences (filename) 25 #define paramvalids \ 26 (FilePresentValidator() && ParserFileValidator()) 21 27 22 28 #define statetypes (moleculeId_t)(std::string)(std::string)(boost::shared_ptr<FormatParser_Parameters>)
Note:
See TracChangeset
for help on using the changeset viewer.