summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx18
1 files changed, 18 insertions, 0 deletions
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<std::string>& 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<std::string>& options::
hxx_prologue () const
{
return this->hxx_prologue_;