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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 8d8a35f..1b56750 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -250,6 +250,12 @@ suppress_inline () const return this->suppress_inline_; } +inline const std::string& options:: +ostream_type () const +{ + return this->ostream_type_; +} + inline const bool& options:: suppress_undocumented () const { -- cgit v1.1