summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
commite2605ba3c9ca35524b0c86e74ffa37bee548aef3 (patch)
tree5ff3f5145fa9731895e2bf470efb7c94585331a8 /cli/options.hxx
parent5473563e9af0abbc81a3cfd7079c34fbc75dfdb4 (diff)
Add support for specifying output stream type (--stream-type)
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 61674fc..64c52e7 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -377,6 +377,9 @@ class options
const bool&
suppress_inline () const;
+ const std::string&
+ ostream_type () const;
+
const bool&
suppress_undocumented () const;
@@ -487,6 +490,7 @@ class options
bool generate_description_;
bool generate_file_scanner_;
bool suppress_inline_;
+ std::string ostream_type_;
bool suppress_undocumented_;
bool suppress_usage_;
bool long_usage_;