From beab8baab8a7f727f5ba65ecbd7e11decea18112 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 09:00:19 +0200 Subject: Add --suppress-inline option --- cli/options.ixx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cli/options.ixx (limited to 'cli/options.ixx') 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_; +} + -- cgit v1.1