Interface implementations stored at a registry are used by accessing the component class with the given maxon::Id from the registry. Then it is possible to create a reference class instance to use the implementation.
Registries are based on the maxon::Registry class. A given element stored in a registry is identified with a maxon::Id.
One can also simply loop through all elements with maxon::Registry::GetEntries():