summaryrefslogtreecommitdiff
path: root/cli/options.ixx
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.ixx
parent5473563e9af0abbc81a3cfd7079c34fbc75dfdb4 (diff)
Add support for specifying output stream type (--stream-type)
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
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
{