diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-05 11:24:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-05 11:24:39 +0300 |
commit | f426af00bfb872bf7374fe71f419713ec15f88c7 (patch) | |
tree | df0a9e64169e9fc4e4ffdbeeae4a32451cec63b9 /mod/module.hxx | |
parent | 9ce32d7d20850290deeef2a27a989a87c01a94cd (diff) |
Add handler::name_value_scanner::position()
Diffstat (limited to 'mod/module.hxx')
-rw-r--r-- | mod/module.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/module.hxx b/mod/module.hxx index b3ed67b..3056425 100644 --- a/mod/module.hxx +++ b/mod/module.hxx @@ -135,6 +135,9 @@ namespace brep virtual void skip (); + virtual size_t + position (); + private: const name_values& name_values_; name_values::const_iterator i_; |