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.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index b814835..df0e39e 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -172,6 +172,12 @@ generate_modifier () const } inline const bool& options:: +generate_specifier () const +{ + return this->generate_specifier_; +} + +inline const bool& options:: generate_file_scanner () const { return this->generate_file_scanner_; -- cgit v1.1