summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 09:00:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 09:00:19 +0200
commitbeab8baab8a7f727f5ba65ecbd7e11decea18112 (patch)
treeac06c0ee6e7e92e3853f717e47143d3f3d5d49ff /cli/options.hxx
parent0f637644070c796d4a1561dc38dceb1de15cd577 (diff)
Add --suppress-inline option
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index 37ec251..cf92229 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -213,6 +213,9 @@ class options
std::string const&
output_dir () const;
+ bool const&
+ suppress_inline () const;
+
private:
int
_parse (int start,
@@ -225,6 +228,9 @@ class options
bool help_;
bool version_;
std::string output_dir_;
+ bool suppress_inline_;
};
+#include "options.ixx"
+
#endif // OPTIONS_HXX