namespace
cmdFile converter command line grammar definition.
Classes
- struct verbose
- brief Match and set verbose switch (i.e., verbose or quiet output)
- struct charestate
- Match and set chare state switch.
-
template<typename keyword, typename io_tag>struct io
- Match and set io parameter.
- struct help
- Match help on command-line parameters.
- struct helpkw
- Match help on a single command-line or control file keyword.
- struct quiescence
- Match switch on quiescence.
- struct trace
- Match switch on trace output.
- struct version
- Match switch on version output.
- struct license
- Match switch on license output.
- struct keywords
- Match all command line keywords.
- struct read_string
- Grammar entry point: parse keywords until end of string.
Typedefs
-
template<typename keyword>using use = tk::
grm:: use<keyword, ctr:: CmdLine:: keywords:: set> - Specialization of tk::
grm:: use for FileConv's command line parser.