diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 10:52:55 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 10:52:55 +0200 |
| commit | 3e10322425fa0a3cf6e125bc6f9d833b015cc9b5 (patch) | |
| tree | 3ee842d8bff4ba1d2aaf22ed0936a77d60038509 /cli/options.ixx | |
| parent | 4433307f8c0c6cfbcabe3316e98b9699223c97d3 (diff) | |
| download | cli-3e10322425fa0a3cf6e125bc6f9d833b015cc9b5.tar.gz cli-3e10322425fa0a3cf6e125bc6f9d833b015cc9b5.tar.xz cli-3e10322425fa0a3cf6e125bc6f9d833b015cc9b5.zip | |
Implement the --cli-namespace option
Diffstat (limited to 'cli/options.ixx')
| -rw-r--r-- | cli/options.ixx | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |
