Index

Data Type OcaMultiMap

Template class representing a map of keys to values where keys do not have to be unique (e.g. can be present multiple times).

Properties

OcaUint16 Count

Number of entries (key value pairs) in the multimap.

OcaMapItem<OcaUint16,OcaPortID>[Count ] Items

The array of items of the map, i.e. each key value pair (value after key) placed after each other. Note that the keys do not have to be unique, i.e. the same key may be present multiple times in the map.

OCP.1 Encoding

Basic typeByte Length
OcaMultiMap(2 + Count * variable)