ATLAS Offline Software
Public Attributes | List of all members
cmdline_parser_params Struct Reference

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

#include <cmdline.h>

Collaboration diagram for cmdline_parser_params:

Public Attributes

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

Detailed Description

The additional parameters to pass to parser functions.

Definition at line 160 of file cmdline.h.

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 165 of file cmdline.h.

◆ check_required

int cmdline_parser_params::check_required

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

Definition at line 164 of file cmdline.h.

◆ initialize

int cmdline_parser_params::initialize

whether to initialize the option structure gengetopt_args_info (default 1)

Definition at line 163 of file cmdline.h.

◆ override

int cmdline_parser_params::override

whether to override possibly already present options (default 0)

Definition at line 162 of file cmdline.h.

◆ 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 166 of file cmdline.h.


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