ENH: New functions getEnumNameFromValue() and getEnumValueFromName()
Compare changes
Files
11+ 32
− 7
@@ -46,9 +46,9 @@ class Entity;
@@ -61,6 +61,17 @@ enum AtomicDataType {
@@ -144,12 +155,26 @@ public:
See title.
Do the new functions cover the use cases of higher-order client libraries?
make test
, look into test_utility.cpp
.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.