~ubuntu-branches/ubuntu/saucy/gengetopt/saucy-proposed

« back to all changes in this revision

Viewing changes to src/gm.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-05-09 12:48:17 UTC
  • mfrom: (16.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509124817-ex5jkvyh7cu8o22c
Tags: 2.22.6-2
* Upload to unstable.
* Fix VCS URLs.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  bool no_handle_version;
55
55
  bool no_version;
56
56
  bool no_handle_error;
 
57
  bool strict_hidden;
57
58
  bool conf_parser;
58
59
  bool string_parser;
59
60
  bool gen_gengetopt_version;
136
137
                        bool long_help,
137
138
                        bool no_handle_help, bool no_help,
138
139
                        bool no_handle_version, bool no_version,
139
 
                        bool no_handle_error, bool conf_parser, bool string_parser,
 
140
                        bool no_handle_error, bool strict_hidden,
 
141
                        bool conf_parser, bool string_parser,
140
142
                        bool gen_version, bool gen_getopt, bool no_options,
141
143
                        const string &comment,
142
144
                        const string &outdir,
152
154
  virtual void generate_check_modes(ostream &stream, unsigned int indent);
153
155
 
154
156
  const string generate_purpose();
 
157
  const string generate_versiontext();
155
158
  const string generate_description();
156
159
  const string generate_usage_string(bool use_config_package = true);
157
160