From 3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 10:52:55 +0200 Subject: Implement the --cli-namespace option --- 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 2c60c83..5c5e1bb 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -350,6 +350,9 @@ class options const std::size_t& option_length () const; + const std::string& + cli_namespace () const; + const bool& generate_cxx () const; @@ -435,6 +438,7 @@ class options bool suppress_usage_; bool long_usage_; std::size_t option_length_; + std::string cli_namespace_; bool generate_cxx_; bool generate_man_; bool generate_html_; -- cgit v1.1