COVESA / ifex

The Interface Exchange Framework. Tools for processing interface/API descriptions in different formats, including the IFEX core format. Some example files are at: https://github.com/COVESA/vehicle_service_catalog.
Mozilla Public License 2.0
14 stars 17 forks source link

Define and implement Map and Set types #98

Open gunnar-mb opened 8 months ago

gunnar-mb commented 8 months ago

It has already been anticipated (and mentioned in some places) that Map and Set types are desirable to be built-in basic types (but of course, like array, they are parameterized with the internal type(s) that is stored in the data structure.

This ticket is to track that the types are fully documented and implemented.