Enum ArgType
Defined in File Option.hpp
Enum Documentation
-
enum class GridKit::Utilities::ArgType
Specify expected type to which an argument should parse.
Note
Currently this is only used for the “help” output to let users know what type of value to provide.
Values:
-
enumerator String
Expect string value.
-
enumerator Real
Expect floating-point value.
-
enumerator Integer
Expect integer value.
-
enumerator Boolean
Expect bool value.
-
enumerator Unspecified
Since the
typemember is optional.
-
enumerator String