From b0cbea713f15e511630d2626c4694f119206dc94 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:04:34 +0200 Subject: Add options for various include settings --include-with-brackets --include-prefix --guard-prefix --- cli/options.ixx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 9e15c36..11a1776 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -47,3 +47,21 @@ cxx_suffix () const return cxx_suffix_; } +inline bool const& options:: +include_with_brackets () const +{ + return include_with_brackets_; +} + +inline std::string const& options:: +include_prefix () const +{ + return include_prefix_; +} + +inline std::string const& options:: +guard_prefix () const +{ + return guard_prefix_; +} + -- cgit v1.1