summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-22 16:58:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-22 16:58:56 +0200
commita376ccf37122f0768fce8e3c5a16561e01ee2351 (patch)
tree31878d0b10bf15989f2b08976a5de0fabebcac42 /cli/options.hxx
parent0e56fe29a9afeee00e02e722496678df89d37d50 (diff)
Implement option value modifiers generation
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index fdf7627..d5712d1 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -184,6 +184,9 @@ class options
output_dir () const;
const bool&
+ generate_modifier () const;
+
+ const bool&
suppress_inline () const;
const bool&
@@ -272,6 +275,7 @@ class options
bool help_;
bool version_;
std::string output_dir_;
+ bool generate_modifier_;
bool suppress_inline_;
bool suppress_usage_;
bool long_usage_;