From ed60746355044dd39acd82b8f42c4d9886914567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2010 17:22:12 +0200 Subject: Implement generation of specifier functions (--generate-specifier) These functions determine whether the option was specified on the command line. New test: specifier. --- cli/options.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index 24af0f2..e17a7d3 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -312,6 +312,9 @@ class options generate_modifier () const; const bool& + generate_specifier () const; + + const bool& generate_file_scanner () const; const bool& @@ -405,6 +408,7 @@ class options bool version_; std::string output_dir_; bool generate_modifier_; + bool generate_specifier_; bool generate_file_scanner_; bool suppress_inline_; bool suppress_usage_; -- cgit v1.1