From e2605ba3c9ca35524b0c86e74ffa37bee548aef3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Jun 2012 11:00:52 +0200 Subject: Add support for specifying output stream type (--stream-type) --- cli/options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') 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_; -- cgit v1.1