aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/route_domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/route_domain.hpp')
-rw-r--r--extras/vom/vom/route_domain.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/vom/vom/route_domain.hpp b/extras/vom/vom/route_domain.hpp
index 96e46ce575b..78db63bbe59 100644
--- a/extras/vom/vom/route_domain.hpp
+++ b/extras/vom/vom/route_domain.hpp
@@ -37,6 +37,15 @@ public:
typedef route::table_id_t key_t;
/**
+ * The iterator type
+ */
+ typedef singular_db<const key_t, route_domain>::const_iterator
+ const_iterator_t;
+
+ static const_iterator_t cbegin();
+ static const_iterator_t cend();
+
+ /**
* Construct a new object matching the desried state
*/
route_domain(route::table_id_t id);