Skip to content

WIP: Use FakeKeyedContainer in Track v1

Arthur Marius Hennequin requested to merge ahennequ_fakekeyedcontainer into master

/!\ Experimental.

The idea is to progressively remove the keyed containers from HLT2. This MR introduce a FakeKeyedContainer that implement the same interface as a KeyedContainer but remove the concept of keys.

This allows to add the same element to multiple containers without having to make a copy of it but imply that we cannot use the object key anymore.

Changes needed in:

@sponce @chasse @sstahl

Edited by Arthur Marius Hennequin

Merge request reports