cmdline_parser_params Struct Reference

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

#include <db2cppc_cmdline.h>

List of all members.

Public Attributes

int override
 whether to override possibly already present options (default 0)
int initialize
 whether to initialize the option structure db2cppc_args (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 db2cppc_args (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 91 of file db2cppc_cmdline.h.


Member Data Documentation

whether to override possibly already present options (default 0)

Definition at line 93 of file db2cppc_cmdline.h.

whether to initialize the option structure db2cppc_args (default 1)

Definition at line 94 of file db2cppc_cmdline.h.

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

Definition at line 95 of file db2cppc_cmdline.h.

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

Definition at line 96 of file db2cppc_cmdline.h.

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

Definition at line 97 of file db2cppc_cmdline.h.


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

dvmysql-1.0.3 [17 November, 2010]