From 6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 13:58:20 +0200 Subject: Add --option-{prefix,separator} options --- cli/options.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index 2906344..97f1246 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -227,6 +227,12 @@ class options std::string const& cxx_suffix () const; + std::string const& + option_prefix () const; + + std::string const& + option_separator () const; + bool const& include_with_brackets () const; @@ -255,6 +261,8 @@ class options std::string hxx_suffix_; std::string ixx_suffix_; std::string cxx_suffix_; + std::string option_prefix_; + std::string option_separator_; bool include_with_brackets_; std::string include_prefix_; std::string guard_prefix_; -- cgit v1.1