X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Froute_domain.hpp;h=78db63bbe59175f5c8b6d0ebd01f4b1d98bae676;hb=097fa66b986f06281f603767d321ab13ab6c88c3;hp=96e46ce575b0bc563ee145c47273e5deda8b68a5;hpb=39baa32186fd3e4b20d9f58afbbfe7b8daebed62;p=vpp.git 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 @@ -36,6 +36,15 @@ public: */ typedef route::table_id_t key_t; + /** + * The iterator type + */ + typedef singular_db::const_iterator + const_iterator_t; + + static const_iterator_t cbegin(); + static const_iterator_t cend(); + /** * Construct a new object matching the desried state */