summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 09:00:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 09:00:19 +0200
commitbeab8baab8a7f727f5ba65ecbd7e11decea18112 (patch)
treeac06c0ee6e7e92e3853f717e47143d3f3d5d49ff /cli/options.ixx
parent0f637644070c796d4a1561dc38dceb1de15cd577 (diff)
Add --suppress-inline option
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx31
1 files changed, 31 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
new file mode 100644
index 0000000..ac93219
--- /dev/null
+++ b/cli/options.ixx
@@ -0,0 +1,31 @@
+// This code was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// options
+//
+
+inline bool const& options::
+help () const
+{
+ return help_;
+}
+
+inline bool const& options::
+version () const
+{
+ return version_;
+}
+
+inline std::string const& options::
+output_dir () const
+{
+ return output_dir_;
+}
+
+inline bool const& options::
+suppress_inline () const
+{
+ return suppress_inline_;
+}
+