A maxon::DataDictionary is a data container that stores arbitrary MAXON API ALIASES data filed under a given key. The base interface is maxon::DataDictionaryInterface.
A new maxon::DataDictionary object can be created on the stack:
A DataDictionary stores data for one or many keys. Both the stored data and the key must be a registered MAXON API ALIASES data type (see MAXON Data Type).
The data stored in the DataDictionary can be inspected and deleted with:
Using an iterator it is simple to loop through all elements stored in the DataDictionary.
Further utility functions are: