summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 13:58:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 13:58:20 +0200
commit6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 (patch)
tree6b5162001fa2c8d71d81542b55b9da00c27da4e8 /cli/options.hxx
parent8ed3cbc6f7a99713e6ea581c95e5a991ef829979 (diff)
Add --option-{prefix,separator} options
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx8
1 files changed, 8 insertions, 0 deletions
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_;