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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 4a5b17e..f79d75e 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -221,6 +221,12 @@ option_length () const return this->option_length_; } +inline const std::string& options:: +cli_namespace () const +{ + return this->cli_namespace_; +} + inline const bool& options:: generate_cxx () const { -- cgit v1.1