improve consistency in parsing primitives from strings
The motivation is to provide a simpler and safer means of extracting integers and labels from strings. There are several benefits:
- catch bad label/scalar input for command-line options/arguments which may be human generated or via scripts.
- easier/clear to work with when input has already been lexed, without using an IStringStream()
- work directly with C++ strings instead of C-string.
Edited by Mark OLESEN
Merge request reports
Activity
Filter activity
assigned to @Sergio
added 133 commits
- 32e6759c...677564e9 - 129 commits from branch
develop
- 3cb9c66c - STYLE: typo in doxygen string
- 41f59b07 - ENH: improve consistency in parsing primitives from strings (issue #590 (closed))
- 1c649817 - STYLE: avoid IStringStream when parsing primitives
- 13f04876 - ENH: improve input stringency for argList options
Toggle commit list- 32e6759c...677564e9 - 129 commits from branch
Please register or sign in to reply