Is your feature request related to a problem? Please describe.
When trying to find the type of a DataValueItem we rely on integer value.
Describe the solution you'd like
Using enums instead of int would be much more explicit.
Describe alternatives you've considered
Creating enum in the calling code...
Additional context
To be ported in all languages, not only C++
Is your feature request related to a problem? Please describe.
When trying to find the type of a DataValueItem we rely on integer value.
Describe the solution you'd like
Using enums instead of int would be much more explicit.
Describe alternatives you've considered
Creating enum in the calling code...
Additional context
To be ported in all languages, not only C++