OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
cmdline_parser_params Struct Reference

The additional parameters to pass to parser functions. More...

#include <Dump2XYZCmd.hpp>

Public Attributes

int override
 whether to override possibly already present options (default 0)
 
int initialize
 whether to initialize the option structure gengetopt_args_info (default 1)
 
int check_required
 whether to check that all required options were provided (default 1)
 
int check_ambiguity
 whether to check for options already specified in the option structure gengetopt_args_info (default 0)
 
int print_errors
 whether getopt_long should print an error message for a bad option (default 1)
 

Detailed Description

The additional parameters to pass to parser functions.

Definition at line 123 of file Dump2XYZCmd.hpp.

Member Data Documentation

◆ check_ambiguity

int cmdline_parser_params::check_ambiguity

whether to check for options already specified in the option structure gengetopt_args_info (default 0)

Definition at line 128 of file Dump2XYZCmd.hpp.

Referenced by cmdline_parser2(), cmdline_parser_configfile(), and cmdline_parser_params_init().

◆ check_required

int cmdline_parser_params::check_required

whether to check that all required options were provided (default 1)

Definition at line 127 of file Dump2XYZCmd.hpp.

Referenced by cmdline_parser2(), cmdline_parser_configfile(), and cmdline_parser_params_init().

◆ initialize

int cmdline_parser_params::initialize

whether to initialize the option structure gengetopt_args_info (default 1)

Definition at line 126 of file Dump2XYZCmd.hpp.

Referenced by cmdline_parser2(), cmdline_parser_configfile(), and cmdline_parser_params_init().

◆ override

int cmdline_parser_params::override

whether to override possibly already present options (default 0)

Definition at line 125 of file Dump2XYZCmd.hpp.

Referenced by cmdline_parser2(), cmdline_parser_configfile(), and cmdline_parser_params_init().

◆ print_errors

int cmdline_parser_params::print_errors

whether getopt_long should print an error message for a bad option (default 1)

Definition at line 129 of file Dump2XYZCmd.hpp.

Referenced by cmdline_parser2(), cmdline_parser_configfile(), and cmdline_parser_params_init().


The documentation for this struct was generated from the following files: