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.ixx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 12cb277..01fbd37 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -47,6 +47,18 @@ cxx_suffix () const return cxx_suffix_; } +inline std::string const& options:: +option_prefix () const +{ + return option_prefix_; +} + +inline std::string const& options:: +option_separator () const +{ + return option_separator_; +} + inline bool const& options:: include_with_brackets () const { -- cgit v1.1