summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx18
1 files changed, 18 insertions, 0 deletions
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_;
+}
+