Classes | |
class | cli_handler |
Command line options handler. More... | |
struct | runtime_config |
This class holds command line parameters not directly related to specific diagram configurations. More... | |
Enumerations | |
enum class | cli_flow_t { kExit , kError , kContinue } |
|
strong |
This enum represents possible exit states of the command line parser.
Enumerator | |
---|---|
kExit | The application should exit (e.g. |
kError | The options or configuration file were invalid |
kContinue | Continue with processing diagrams |
Definition at line 48 of file cli_handler.h.