bindings: cxx: remove duplicate mapping helper
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 26 Jan 2023 12:24:39 +0000 (13:24 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 26 Jan 2023 12:47:36 +0000 (13:47 +0100)
commit78020eae9d28cba9c4790ccfd6bdeb93be633706
tree9d2182758422660859f59d6ae5890f13c7184922
parent39b2d3e152c6e6bca0c76e4f2198a42b61dc84b3
bindings: cxx: remove duplicate mapping helper

We have two helpers that do the same thing: given a key and a map, they
return the associated value or throw an exception if the map doesn't
contain it. The difference is just in the type of the exception. Remove
one and reuse the other. While at it: modify the names a bit for better
readability - especially the mapping function which is not limited to
just mapping enum types.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/edge-event.cpp
bindings/cxx/info-event.cpp
bindings/cxx/internal.hpp
bindings/cxx/line-info.cpp
bindings/cxx/line-settings.cpp