Changeset eea0bb for src/UIElements/CommandLineUI/CommandLineParser.hpp
- Timestamp:
- Jan 29, 2015, 7:38:23 AM (10 years ago)
- Children:
- 7e6c0d
- Parents:
- 27e464 (diff), 7305d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineParser.hpp
r27e464 reea0bb 90 90 91 91 // adds options to the parser 92 void AddOptionToParser(const MoleCuilder::OptionTrait * const currentOption, po::options_description* OptionList); 92 void AddOptionToParser( 93 const MoleCuilder::OptionTrait * const currentOption, 94 po::options_description* OptionList, 95 const bool _DefaultAsImplicit); 93 96 94 97 // creates a map from short forms to action tokens needed to parse command line
Note:
See TracChangeset
for help on using the changeset viewer.