From a22e3dc68dd88eb047bfd9716e5cb780c95a3cea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 Feb 2016 12:08:06 +0200 Subject: Add support for link transformation (--link-regex) --- cli/options.ixx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 618d15f..95c1038 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -452,6 +452,24 @@ docvar_specified () const } inline const std::vector& options:: +link_regex () const +{ + return this->link_regex_; +} + +inline bool options:: +link_regex_specified () const +{ + return this->link_regex_specified_; +} + +inline const bool& options:: +link_regex_trace () const +{ + return this->link_regex_trace_; +} + +inline const std::vector& options:: hxx_prologue () const { return this->hxx_prologue_; -- cgit v1.1