meshconv::cmd namespace

Mesh converter command line grammar definition.

Contents

Classes

struct verbose
brief Match and set verbose switch (i.e., verbose or quiet output)
struct charestate
Match and set chare state switch.
struct reorder
brief Match and set reorder switch (i.e., reorder mesh nodes or not)
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 help on control file keywords.
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 MeshConv's command line parser.