From cfb91e263c22f6f81ae05a2027a2befac6d41e06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:50:50 +0200 Subject: Add --reserved-name option --- cli/options.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index e2c0109..2906344 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -168,6 +168,8 @@ namespace cli }; } +#include + #include #include @@ -234,6 +236,9 @@ class options std::string const& guard_prefix () const; + std::map const& + reserved_name () const; + private: int _parse (int start, @@ -253,6 +258,7 @@ class options bool include_with_brackets_; std::string include_prefix_; std::string guard_prefix_; + std::map reserved_name_; }; #include "options.ixx" -- cgit v1.1